| Modifier and Type | Field and Description |
|---|---|
Statement |
body |
private int |
hash
Cache the hash code for the expression
|
Expression |
iterable |
ParameterExpression |
parameter |
nodeType, type| Constructor and Description |
|---|
ForEachStatement(ParameterExpression parameter,
Expression iterable,
Statement body) |
| Modifier and Type | Method and Description |
|---|---|
ForEachStatement |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
(package private) void |
accept0(ExpressionWriter writer) |
boolean |
equals(Object o) |
int |
hashCode() |
accept, evaluate, getNodeType, getType, toStringpublic final ParameterExpression parameter
public final Expression iterable
public final Statement body
private int hash
public ForEachStatement(ParameterExpression parameter, Expression iterable, Statement body)
public ForEachStatement accept(Shuttle shuttle)
public <R> R accept(Visitor<R> visitor)
void accept0(ExpressionWriter writer)
accept0 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.