| Modifier and Type | Field and Description |
|---|---|
private int |
hash
Cache the hash code for the expression
|
List<Statement> |
statements |
nodeType, type| Constructor and Description |
|---|
BlockStatement(List<Statement> statements,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
BlockStatement |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
(package private) void |
accept0(ExpressionWriter writer) |
private boolean |
distinctVariables(boolean fail) |
boolean |
equals(Object o) |
Object |
evaluate(Evaluator evaluator) |
int |
hashCode() |
accept, getNodeType, getType, toStringprivate boolean distinctVariables(boolean fail)
public BlockStatement accept(Shuttle shuttle)
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–2021 The Apache Software Foundation. All rights reserved.