|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbsyn.Absyn
Absyn.Exp
Absyn.ArrayExp
public class ArrayExp
"new" Type "[" Exp "]" ( "[" "]" )*
Field Summary | |
---|---|
java.util.List<Exp> |
dims
|
Type |
element
|
Fields inherited from class Absyn.Exp |
---|
op, type |
Constructor Summary | |
---|---|
ArrayExp(Parse.Token o,
Type e,
java.util.List<Exp> d)
|
Method Summary | ||
---|---|---|
|
accept(Visitor<D,R> v,
D d)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Type element
public java.util.List<Exp> dims
Constructor Detail |
---|
public ArrayExp(Parse.Token o, Type e, java.util.List<Exp> d)
Method Detail |
---|
public <D,R> R accept(Visitor<D,R> v, D d)
accept
in class Absyn
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |