anl.aida.query
Class ASTMod

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

public class ASTMod
extends SimpleNode


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

ASTMod

public ASTMod(int id)

ASTMod

public ASTMod(Parser p,
              int id)