org.onemind.jxp.parser
Class AstExclusiveOrExpression

java.lang.Object
  extended by org.onemind.jxp.parser.SimpleNode
      extended by org.onemind.jxp.parser.AstExclusiveOrExpression
All Implemented Interfaces:
Node

public class AstExclusiveOrExpression
extends SimpleNode


Field Summary
 
Fields inherited from class org.onemind.jxp.parser.SimpleNode
_col, _data, _dim, _line, children, id, parent, parser
 
Constructor Summary
AstExclusiveOrExpression(int id)
           
AstExclusiveOrExpression(JxpParser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JxpParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.onemind.jxp.parser.SimpleNode
childrenAccept, dump, getCol, getData, getLine, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setCol, setData, setLine, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstExclusiveOrExpression

public AstExclusiveOrExpression(int id)

AstExclusiveOrExpression

public AstExclusiveOrExpression(JxpParser p,
                                int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(JxpParserVisitor visitor,
                                  java.lang.Object data)
                           throws java.lang.Exception
Accept the visitor. *

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Throws:
java.lang.Exception