public abstract class AbstractBinaryOperationNode extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
private AbstractNode |
operand1
final AbstractNode Variablen operand1, operand2.
|
private AbstractNode |
operand2
final AbstractNode Variablen operand1, operand2.
|
| Constructor and Description |
|---|
AbstractBinaryOperationNode(AbstractNode operand1,
AbstractNode operand2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Equals-Funktion, die prueft, ob das Objekt obj vom Typ AbstractBinaryOperationNode ist, und
ob von dem Objekt obj Operant 1 mit dem Operant 1 dieser Klasse uebereinstimmt sowie das
Gleiche fuer Operant 2.
|
protected AbstractNode |
getOperand1()
Getter fuer den operand1
|
protected AbstractNode |
getOperand2()
Getter fuer den operand2
|
int |
hashCode() |
java.lang.String |
toString() |
interpret, isIDNode, isIdSetArrayNode, isIDSetNode, toIDNode, toIdSetArrayNode, toIDSetNodeprivate final AbstractNode operand1
private final AbstractNode operand2
public AbstractBinaryOperationNode(AbstractNode operand1, AbstractNode operand2)
operand1 - AbstractNodeoperand2 - AbstractNodeprotected AbstractNode getOperand1()
protected AbstractNode getOperand2()
public boolean equals(java.lang.Object obj)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodepublic java.lang.String toString()
toString in class AbstractNode