public class NewArrayExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
Expression |
bound |
int |
dimension |
List<Expression> |
expressions |
nodeType, type| Constructor and Description |
|---|
NewArrayExpression(Type type,
int dimension,
Expression bound,
List<Expression> expressions) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
boolean |
equals(Object o) |
int |
hashCode() |
canReduceaccept, evaluate, getNodeType, getType, toStringpublic final int dimension
public final Expression bound
public final List<Expression> expressions
public NewArrayExpression(Type type, int dimension, Expression bound, List<Expression> expressions)
public Expression accept(Shuttle shuttle)
accept in interface Nodeaccept in class Expressionpublic <R> R accept(Visitor<R> visitor)
public boolean equals(Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012-2020 Apache Software Foundation. All Rights Reserved.