public class IDSectionNode extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
private AbstractNode |
section |
private AbstractNode |
syntax |
| Constructor and Description |
|---|
IDSectionNode(AbstractNode section,
AbstractNode syntax) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
AbstractNode |
getSection() |
int |
hashCode() |
AbstractReturnValue |
interpret(CommunicationManager mgr) |
java.lang.String |
toString() |
isIDNodeprivate final AbstractNode section
private final AbstractNode syntax
public IDSectionNode(AbstractNode section, AbstractNode syntax)
public java.lang.String toString()
toString in class AbstractNodepublic AbstractNode getSection()
public 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 - PruefscriptException