public class Operator extends Node
Constructor and Description |
---|
Operator(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
Node |
getChild1() |
Node |
getChild2() |
java.lang.String |
getName() |
void |
setChild1(Node child1) |
void |
setChild2(Node child2) |
getParent, getRepresLeaf, setParent, setRepresLeaf