public class InputNode extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<LineNode> |
lineNodes
List lineNodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(LineNode obj)
Adds a LineNode to the InputNode.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
VoidValue |
interpret(CommunicationManager mgr)
Ueber die Liste von Knoten wird iteriert und jeder Wert wird interpretiert, bis jedes Element
der Liste interpretiert wurde.
|
java.lang.String |
toString() |
isIDNode, isIdSetArrayNode, isIDSetNode, toIDNode, toIdSetArrayNode, toIDSetNodeprivate final java.util.List<LineNode> lineNodes
public InputNode(LineNode operand1)
operand1 - LineNodepublic java.lang.String toString()
toString in class AbstractNodepublic boolean equals(java.lang.Object obj)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodepublic VoidValue interpret(CommunicationManager mgr) throws CheckScriptException
interpret in class AbstractNodemgr - The CommunicationManager to use.CheckScriptException - PruefscriptExceptionpublic void add(LineNode obj)
obj - LineNode