|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcviceni9.BinaryExpr
Třída reprezentující abstraktní výraz s binárním operátorem.
Field Summary | |
protected Expr |
left
Levý operand |
protected Expr |
right
Pravý operand |
Constructor Summary | |
BinaryExpr()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cviceni9.Expr |
eval |
Field Detail |
protected Expr left
protected Expr right
Constructor Detail |
public BinaryExpr()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |