| Modifier and Type | Field and Description |
|---|---|
Expression |
expression |
GotoExpressionKind |
kind |
LabelTarget |
labelTarget |
nodeType, type| Constructor and Description |
|---|
GotoStatement(GotoExpressionKind kind,
LabelTarget labelTarget,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
(package private) void |
accept0(ExpressionWriter writer) |
boolean |
equals(Object o) |
Object |
evaluate(Evaluator evaluator) |
int |
hashCode() |
accept, getNodeType, getType, toStringpublic final GotoExpressionKind kind
public final LabelTarget labelTarget
public final Expression expression
GotoStatement(GotoExpressionKind kind, LabelTarget labelTarget, Expression expression)
public <R> R accept(Visitor<R> visitor)
void accept0(ExpressionWriter writer)
accept0 in class AbstractNodepublic Object evaluate(Evaluator evaluator)
evaluate in class AbstractNodepublic boolean equals(Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012–2023 The Apache Software Foundation. All rights reserved.