Modifier and Type | Field and Description |
---|---|
java.util.LinkedList<Expr> |
dimensions |
Type |
type |
Constructor and Description |
---|
NewArrayExpr(Type type,
java.util.LinkedList<Expr> dimensions) |
Modifier and Type | Method and Description |
---|---|
Exp |
accept(TreeVisitor v) |
Type |
accept(TypeVisitor v) |
void |
accept(Visitor v)
Visitor pattern dispatch.
|
public void accept(Visitor v)
public Type accept(TypeVisitor v)