| Modifier and Type | Field and Description |
|---|---|
Statement |
body |
Expression |
condition |
nodeType, type| Constructor and Description |
|---|
WhileStatement(Expression condition,
Statement body) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
accept(Visitor visitor) |
(package private) void |
accept0(ExpressionWriter writer) |
boolean |
equals(Object o) |
int |
hashCode() |
accept, evaluate, getNodeType, getType, toStringpublic final Expression condition
public final Statement body
public WhileStatement(Expression condition, Statement body)
void accept0(ExpressionWriter writer)
accept0 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.