public class VarNode extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<AbstractIdNode> |
abstractIdNodes |
| Constructor and Description |
|---|
VarNode(AbstractIdNode abstractId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AbstractIdNode> |
getAbstractIds() |
int |
hashCode() |
AbstractReturnValue |
interpret(CommunicationManager mgr) |
java.lang.String |
toString() |
isIDNodeprivate final java.util.ArrayList<AbstractIdNode> abstractIdNodes
public VarNode(AbstractIdNode abstractId)
public java.lang.String toString()
toString in class AbstractNodepublic boolean equals(java.lang.Object obj)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodepublic AbstractReturnValue interpret(CommunicationManager mgr) throws PruefscriptException
interpret in class AbstractNodePruefscriptException - PruefscriptExceptionpublic java.util.List<AbstractIdNode> getAbstractIds()