public class MatchNode extends AbstractBinaryOperationNode
| Constructor and Description |
|---|
MatchNode(AbstractNode operand1,
AbstractNode operand2)
MatchNode.
|
| 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)
Interpret-Methode, die von den entsprechenden erbenden Klassen implementiert werden muss.
|
private java.lang.String |
replaceTypes(CommunicationManager mgr,
java.lang.String nameregex) |
java.lang.String |
toString() |
getOperand1, getOperand2isIDNode, isIdSetArrayNode, isIDSetNode, toIDNode, toIdSetArrayNode, toIDSetNodepublic MatchNode(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
AbstractNodeinterpret in class AbstractNodemgr - The CommunicationManager to use.CheckScriptException - PruefscriptExceptionprivate java.lang.String replaceTypes(CommunicationManager mgr, java.lang.String nameregex) throws VariableTypeDoesNotExistException
mgr - The CommunicationManager to use.nameregex - .VariableTypeDoesNotExistException - falls der typ nicht existiert.