public class ASNBoolean extends SimpleNode
children, defaultValue, id, name, optional, parent, parser, tag, value| Constructor and Description |
|---|
ASNBoolean(int id) |
ASNBoolean(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
accept, childrenAccept, dump, dump, getChild, getChildren, getComponent, getDefaultValue, getID, getInstance, getName, getParent, getParser, getTag, getValue, isOptional, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setDefaultValue, setName, setOptional, setTag, setValue, toString, toStringpublic ASNBoolean(int id)
public ASNBoolean(Parser p, int id)
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data) throws java.io.IOException
jjtAccept in interface NodejjtAccept in class SimpleNodejava.io.IOException