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