com.fatdog.xmlEngine.javacc
Class Variable

java.lang.Object
  extended bycom.fatdog.xmlEngine.javacc.SimpleNode
      extended bycom.fatdog.xmlEngine.javacc.Variable
All Implemented Interfaces:
Node

public class Variable
extends SimpleNode


Constructor Summary
Variable(int id)
           
Variable(XQueryParser p, int id)
           
 
Methods inherited from class com.fatdog.xmlEngine.javacc.SimpleNode
dump, getHasContext, getText, id, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setHasContext, setText, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Variable

public Variable(int id)

Variable

public Variable(XQueryParser p,
                int id)