| 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(Visitor 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)
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–2016 The Apache Software Foundation. All rights reserved.