org.quattor.pan.parser
Class ASTBitwiseAndOperation

java.lang.Object
  extended by org.quattor.pan.parser.SimpleNode
      extended by org.quattor.pan.parser.ASTBitwiseAndOperation
All Implemented Interfaces:
Node

public class ASTBitwiseAndOperation
extends SimpleNode


Field Summary
 
Fields inherited from class org.quattor.pan.parser.SimpleNode
children, id, parent, parser, specialTokens
 
Constructor Summary
ASTBitwiseAndOperation(int id)
           
ASTBitwiseAndOperation(PanParser p, int id)
           
 
Method Summary
 
Methods inherited from class org.quattor.pan.parser.SimpleNode
addSpecialToken, dump, getId, getSourceRange, getSpecialTokens, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setSourceRange, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTBitwiseAndOperation

public ASTBitwiseAndOperation(int id)

ASTBitwiseAndOperation

public ASTBitwiseAndOperation(PanParser p,
                              int id)


Copyright © 2011 Quattor. All Rights Reserved.