org.apache.commons.jexl2.parser
Class ASTBitwiseOrNode

java.lang.Object
  extended by org.apache.commons.jexl2.parser.SimpleNode
      extended by org.apache.commons.jexl2.parser.JexlNode
          extended by org.apache.commons.jexl2.parser.ASTBitwiseOrNode
All Implemented Interfaces:
JexlInfo, Node

public class ASTBitwiseOrNode
extends JexlNode


Field Summary
 
Fields inherited from class org.apache.commons.jexl2.parser.JexlNode
image
 
Fields inherited from class org.apache.commons.jexl2.parser.SimpleNode
children, id, parent, value
 
Constructor Summary
ASTBitwiseOrNode(int id)
           
ASTBitwiseOrNode(Parser p, int id)
           
 
Method Summary
 Object jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.apache.commons.jexl2.parser.JexlNode
debugString, getInfo
 
Methods inherited from class org.apache.commons.jexl2.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTBitwiseOrNode

public ASTBitwiseOrNode(int id)

ASTBitwiseOrNode

public ASTBitwiseOrNode(Parser p,
                        int id)
Method Detail

jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
Accept the visitor.

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


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.