public class ConfigNode extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
boolean |
ok |
private java.util.ArrayList<Statement> |
statements |
| Constructor and Description |
|---|
ConfigNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Statement statement) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
AbstractReturnValue |
interpret(CommunicationManager mgr) |
java.lang.String |
toString() |
isIDNodeprivate java.util.ArrayList<Statement> statements
public boolean ok
public void add(Statement statement)
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 - PruefscriptException