anl.aida.query
Class ASTPow

java.lang.Object
  extended by anl.aida.query.SimpleNode
      extended by anl.aida.query.ASTPow
All Implemented Interfaces:
Node

public class ASTPow
extends SimpleNode


Field Summary
 
Fields inherited from class anl.aida.query.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTPow(int id)
           
ASTPow(Parser p, int id)
           
 
Method Summary
 
Methods inherited from class anl.aida.query.SimpleNode
dump, evaluate, getCacheKey, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTPow

public ASTPow(int id)

ASTPow

public ASTPow(Parser p,
              int id)