public abstract class Binoperator extends Node
| Modifier and Type | Field and Description |
|---|---|
protected Node |
childLeft |
protected Node |
childRight |
| Constructor and Description |
|---|
Binoperator() |
| Modifier and Type | Method and Description |
|---|---|
Node |
getChildLeft() |
Node |
getChildRight() |
void |
setChildLeft(Node childLeft) |
void |
setChildRight(Node childRight) |
protected java.lang.String |
toString(java.lang.String operatorString) |