myparser
Class ASTString

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

public class ASTString
extends SimpleNode


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

ASTString

public ASTString(int id)

ASTString

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