com.alexmerz.simpleviz.parser
Class ASTNodeAttribute

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

public class ASTNodeAttribute
extends SimpleNode


Constructor Summary
ASTNodeAttribute(int id)
           
ASTNodeAttribute(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

ASTNodeAttribute

public ASTNodeAttribute(int id)

ASTNodeAttribute

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