| 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(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
boolean |
equals(@Nullable Object o) |
int |
hashCode() |
accept, evaluate, getNodeType, getType, toStringpublic final Expression condition
public final Statement body
public WhileStatement(Expression condition, Statement body)
public <R> R accept(Visitor<R> visitor)
public boolean equals(@Nullable Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012-2021 Apache Software Foundation. All Rights Reserved.