public class NotEqualNode extends AbstractBinaryOperationNode
| Constructor and Description |
|---|
NotEqualNode(AbstractNode operand1,
AbstractNode operand2)
NotEqualNode.
|
| 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.
|
int |
hashCode() |
BooleanValue |
interpret(CommunicationManager mgr)
Die Operanten 1 und 2 werden ausgewertet.
|
java.lang.String |
toString() |
getOperand1, getOperand2isIDNode, isIdSetArrayNode, isIDSetNode, toIDNode, toIdSetArrayNode, toIDSetNodepublic NotEqualNode(AbstractNode operand1, AbstractNode operand2)
operand1 - AbstractNodeoperand2 - AbstractNodepublic java.lang.String toString()
toString in class AbstractBinaryOperationNodepublic boolean equals(java.lang.Object obj)
AbstractBinaryOperationNodeequals in class AbstractBinaryOperationNodepublic int hashCode()
hashCode in class AbstractBinaryOperationNodepublic BooleanValue interpret(CommunicationManager mgr) throws CheckScriptException
interpret in class AbstractNodemgr - The CommunicationManager to use.CheckScriptException - PruefscriptException