com.alexmerz.simpleviz.parser
Class ASTGenericAttributeList

java.lang.Object
  extended by com.alexmerz.simpleviz.parser.SimpleNode
      extended by com.alexmerz.simpleviz.parser.ASTGenericAttributeList
All Implemented Interfaces:
Node

public class ASTGenericAttributeList
extends SimpleNode


Field Summary
static int EDGE
           
static int GRAPH
           
static int NODE
           
 
Constructor Summary
ASTGenericAttributeList(int id)
           
ASTGenericAttributeList(JJTParser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JJTParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void setType(int type)
           
 java.lang.String toString()
           
 
Methods inherited from class com.alexmerz.simpleviz.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ASTGenericAttributeList

public ASTGenericAttributeList(int id)

ASTGenericAttributeList

public ASTGenericAttributeList(JJTParser p,
                               int id)
Method Detail

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