org.javacc.jjtree
Class ASTOptions

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

public class ASTOptions
extends SimpleNode


Method Summary
 void jjtClose()
          This method is called after all the child nodes have been added.
 
Methods inherited from class org.javacc.jjtree.SimpleNode
addUnicodeEscapes, dump, getFirstToken, getLastToken, getOrdinal, jjtAddChild, 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
 

Method Detail

jjtClose

public void jjtClose()
Description copied from interface: Node
This method is called after all the child nodes have been added.

Specified by:
jjtClose in interface Node
Overrides:
jjtClose in class SimpleNode