com.alexmerz.simpleviz.parser
Class ASTAttributeList

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

public class ASTAttributeList
extends SimpleNode


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

Constructor Detail

ASTAttributeList

public ASTAttributeList(int id)

ASTAttributeList

public ASTAttributeList(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