public class FGrepNode extends AbstractBinaryOperationNode
| Constructor and Description |
|---|
FGrepNode(AbstractNode operand1,
AbstractNode operand2)
FGrepNode.
|
| 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() |
VoidValue |
interpret(CommunicationManager mgr)
Interpret-Methode, die von den entsprechenden erbenden Klassen implementiert werden muss.
|
java.lang.String |
toString() |
getOperand1, getOperand2isIDNode, isIdSetArrayNode, isIDSetNode, toIDNode, toIdSetArrayNode, toIDSetNodepublic FGrepNode(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 VoidValue interpret(CommunicationManager mgr) throws CheckScriptException
AbstractNodeinterpret in class AbstractNodemgr - The CommunicationManager to use.CheckScriptException - PruefscriptException