|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--absynt.Absynt | +--absynt.Expr | +--absynt.U_expr
Unary expressions
Field Summary | |
int |
op
|
Expr |
sub_expr
|
Fields inherited from class absynt.Expr |
AND, DIV, EQ, GEQ, GREATER, LEQ, LESS, MINUS, NEG, NEQ, OR, PLUS, TIMES, type |
Fields inherited from class absynt.Absynt |
pos |
Constructor Summary | |
U_expr(int o,
Expr s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Expr sub_expr
public int op
Constructor Detail |
public U_expr(int o, Expr s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |