org.javacc.jjtree
Class ASTProductions

java.lang.Object
  extended by org.javacc.jjtree.SimpleNode
      extended by org.javacc.jjtree.ASTProductions
All Implemented Interfaces:
Node

public class ASTProductions
extends SimpleNode


Constructor Summary
ASTProductions(int id)
           
ASTProductions(JJTreeParser p, int id)
           
 
Method Summary
 
Methods inherited from class org.javacc.jjtree.SimpleNode
addUnicodeEscapes, dump, getFirstToken, getLastToken, getOrdinal, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, print, print, setFirstToken, setLastToken, setOrdinal, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTProductions

public ASTProductions(int id)

ASTProductions

public ASTProductions(JJTreeParser p,
                      int id)