|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--absynt.Absynt | +--absynt.Expr | +--absynt.B_expr
binary expressions
Field Summary | |
Expr |
left_expr
|
int |
op
|
Expr |
right_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 | |
B_expr(Expr l,
int o,
Expr r)
Constructor in ``infix''-convention. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Expr left_expr
public Expr right_expr
public int op
Constructor Detail |
public B_expr(Expr l, int o, Expr r)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |