|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.ast.ASTree
coins.ast.expr.OperatorExpr
coins.ast.expr.BinaryExpr
Binary expression.
| Field Summary | |
protected Expr |
left
|
protected Expr |
right
|
| Constructor Summary | |
BinaryExpr(Expr _left,
Expr _right)
|
|
| Method Summary | |
ASTree |
getLeft()
Returns the left operand. |
Expr |
getLeftOperand()
|
ASTree |
getRight()
Returns the right operand. |
Expr |
getRightOperand()
|
void |
setLeft(ASTree _left)
|
void |
setRight(ASTree _right)
|
| Methods inherited from class coins.ast.expr.OperatorExpr |
getTag, operatorId, operatorName |
| Methods inherited from class coins.ast.ASTree |
accept, putSeparator, rightToString, toString, toString1 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface coins.ast.Expr |
getType |
| Field Detail |
protected Expr left
protected Expr right
| Constructor Detail |
public BinaryExpr(Expr _left,
Expr _right)
| Method Detail |
public ASTree getLeft()
getLeft in class ASTreepublic ASTree getRight()
getRight in class ASTreepublic Expr getLeftOperand()
public Expr getRightOperand()
public void setLeft(ASTree _left)
setLeft in class ASTreepublic void setRight(ASTree _right)
setRight in class ASTree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||