|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--absynt.Absyn | +--absynt.Expr | +--absynt.B_expr
Bin"are Ausdr"ucke
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.Absyn |
location |
Constructor Summary | |
B_expr(Expr l,
int o,
Expr r)
Konstructor in ``Infix''-Konvention. |
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 |