xrel.parser
Class ASTStatementList

java.lang.Object
  |
  +--xrel.parser.SimpleNode
        |
        +--xrel.parser.ASTStatementList
All Implemented Interfaces:
java.lang.Cloneable, Node

public class ASTStatementList
extends SimpleNode


Fields inherited from class xrel.parser.SimpleNode
children, first, id, last, parent, parser, Vars
 
Constructor Summary
ASTStatementList(int id)
           
ASTStatementList(XRelParser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(XRelParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class xrel.parser.SimpleNode
annotateValue, bindAll, childrenAccept, clone, dumpIntFlat, dumpIntTree, eraseAnnotations, eraseSubtreeAnnotations, exportExpression, getFirstToken, getLastToken, getPattern, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtmAddChildExt, jjtmCloneSubtree, jjtmMoveChildren, jjtmSearchChild, jjtmSetTokens, jjtOpen, jjtSetParent, searchTokenFrom, showAnnotations, toString, toString, writeExpression, writePattern
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTStatementList

public ASTStatementList(int id)

ASTStatementList

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