com.alexmerz.simpleviz.parser
Class ASTGenericAttributeList
java.lang.Object
com.alexmerz.simpleviz.parser.SimpleNode
com.alexmerz.simpleviz.parser.ASTGenericAttributeList
- All Implemented Interfaces:
- Node
public class ASTGenericAttributeList
- extends SimpleNode
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GRAPH
public static final int GRAPH
- See Also:
- Constant Field Values
EDGE
public static final int EDGE
- See Also:
- Constant Field Values
NODE
public static final int NODE
- See Also:
- Constant Field Values
ASTGenericAttributeList
public ASTGenericAttributeList(int id)
ASTGenericAttributeList
public ASTGenericAttributeList(JJTParser p,
int id)
jjtAccept
public java.lang.Object jjtAccept(JJTParserVisitor visitor,
java.lang.Object data)
- Accept the visitor.
- Specified by:
jjtAccept in interface Node- Overrides:
jjtAccept in class SimpleNode
setType
public void setType(int type)
toString
public java.lang.String toString()
- Overrides:
toString in class SimpleNode