myparser
Class ASTStart

java.lang.Object
  |
  +--myparser.SimpleNode
        |
        +--myparser.ASTStart
All Implemented Interfaces:
Node

public class ASTStart
extends SimpleNode


Constructor Summary
ASTStart(int id)
           
ASTStart(XRelParser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(XRelParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class myparser.SimpleNode
childrenAccept, dump, getFirstToken, getLastToken, interpret, 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

ASTStart

public ASTStart(int id)

ASTStart

public ASTStart(XRelParser p,
                int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(XRelParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.
Overrides:
jjtAccept in class SimpleNode