public abstract class AbstractNode
extends java.lang.Object
| Constructor and Description |
|---|
AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object obj) |
abstract int |
hashCode() |
abstract AbstractReturnValue |
interpret(CommunicationManager mgr) |
java.lang.Boolean |
isIDNode() |
abstract java.lang.String |
toString() |
public abstract java.lang.String toString()
toString in class java.lang.Objectpublic abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic abstract int hashCode()
hashCode in class java.lang.Objectpublic abstract AbstractReturnValue interpret(CommunicationManager mgr) throws PruefscriptException
PruefscriptException - PruefscriptExceptionpublic java.lang.Boolean isIDNode()