public class FullIdNode extends AbstractIdNode
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<IDSectionNode> |
sectionNodes |
private java.lang.String |
value |
| Constructor and Description |
|---|
FullIdNode(IDSectionNode section) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IDSectionNode node) |
boolean |
equals(java.lang.Object obj) |
java.util.List<IDSectionNode> |
getIDSectionNodes() |
int |
hashCode() |
AbstractReturnValue |
interpret(CommunicationManager mgr) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
isIDNodeprivate final java.util.ArrayList<IDSectionNode> sectionNodes
private java.lang.String value
public FullIdNode(IDSectionNode section)
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 void setValue(java.lang.String value)
public AbstractReturnValue interpret(CommunicationManager mgr) throws PruefscriptException
interpret in class AbstractNodePruefscriptException - PruefscriptExceptionpublic java.util.List<IDSectionNode> getIDSectionNodes()
public void add(IDSectionNode node)