public class LabelStatement extends Statement
Expression context. If it
is jumped to, it will get the value provided by the corresponding
GotoStatement. Otherwise, it receives the value in
defaultValue. If the Type equals Void, no value should be
provided.| 限定符和类型 | 字段和说明 |
|---|---|
Expression |
defaultValue |
nodeType, type| 构造器和说明 |
|---|
LabelStatement(Expression defaultValue,
ExpressionType nodeType) |
public final Expression defaultValue
public LabelStatement(Expression defaultValue, ExpressionType nodeType)
public LabelStatement accept(Shuttle shuttle)
public <R> R accept(Visitor<R> visitor)
public boolean equals(@Nullable Object o)
equals 在类中 AbstractNodepublic int hashCode()
hashCode 在类中 AbstractNodeCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.