|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ast.Type | +--ast.ArrayType
Field Summary | |
Expr |
lower
|
Type |
type
|
Expr |
upper
|
Fields inherited from class ast.Type |
line |
Constructor Summary | |
ArrayType(int line,
Expr lower,
Expr upper,
Type type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Expr lower
public Expr upper
public Type type
Constructor Detail |
public ArrayType(int line, Expr lower, Expr upper, Type type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |