anl.aida.query
Class ASTPI

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

public class ASTPI
extends SimpleNode


Field Summary
 
Fields inherited from class anl.aida.query.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTPI(int id)
           
ASTPI(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

ASTPI

public ASTPI(int id)

ASTPI

public ASTPI(Parser p,
             int id)