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