public class AssignNode extends AbstractTrinaryOperationNode
| Constructor and Description |
|---|
AssignNode(AbstractNode operand)
AssignNode.
|
AssignNode(AbstractNode operand1,
AbstractNode operand2)
AssignNode.
|
AssignNode(AbstractNode operand1,
AbstractNode operand2,
AbstractNode operand3)
AssignNode.
|
| 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,2,3, mit dem jeweiligen Operant 1,2,3 dieser Klasse
uebereinstimmt.
|
int |
hashCode() |
VoidValue |
interpret(CommunicationManager mgr)
Interpret-Methode, die von den entsprechenden erbenden Klassen implementiert werden muss.
|
java.lang.String |
toString() |
getOperand1, getOperand2, getOperand3isIDNode, isIdSetArrayNode, isIDSetNode, toIDNode, toIdSetArrayNode, toIDSetNodepublic AssignNode(AbstractNode operand)
operand - AbstractNodepublic AssignNode(AbstractNode operand1, AbstractNode operand2)
operand1 - AbstractNodeoperand2 - AbstractNodepublic AssignNode(AbstractNode operand1, AbstractNode operand2, AbstractNode operand3)
operand1 - AbstractNodeoperand2 - AbstractNodeoperand3 - AbstractNodepublic java.lang.String toString()
toString in class AbstractTrinaryOperationNodepublic boolean equals(java.lang.Object obj)
AbstractTrinaryOperationNodeequals in class AbstractTrinaryOperationNodepublic int hashCode()
hashCode in class AbstractTrinaryOperationNodepublic VoidValue interpret(CommunicationManager mgr) throws CheckScriptException
AbstractNodeinterpret in class AbstractNodemgr - The CommunicationManager to use.CheckScriptException - PruefscriptException