|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectslime.absynt.Absynt
slime.absynt.Expr
slime.absynt.B_expr
binary expressions
Field Summary | |
Expr |
left_expr
|
int |
op
|
Expr |
right_expr
|
Fields inherited from class slime.absynt.Expr |
AND, DIV, EQ, GEQ, GREATER, LEQ, LESS, MINUS, MOD, NEG, NEQ, OR, PLUS, POW, TIMES, type |
Fields inherited from class slime.absynt.Absynt |
pos |
Constructor Summary | |
B_expr(Expr l,
int o,
Expr r)
Constructor in ``infix''-convention. |
Method Summary | |
java.lang.Object |
accept(Visitors.IExpr ask)
visitor acceptor |
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)
Method Detail |
public java.lang.Object accept(Visitors.IExpr ask) throws java.lang.Exception
accept
in class Expr
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |