anl.aida.query
Class ASTVarList

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

public class ASTVarList
extends SimpleNode


Field Summary
 
Fields inherited from class anl.aida.query.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTVarList(int id)
           
ASTVarList(Parser p, int id)
           
 
Method Summary
 java.lang.String getCacheKey()
           
 
Methods inherited from class anl.aida.query.SimpleNode
dump, evaluate, 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

ASTVarList

public ASTVarList(int id)

ASTVarList

public ASTVarList(Parser p,
                  int id)
Method Detail

getCacheKey

public java.lang.String getCacheKey()
Specified by:
getCacheKey in interface Node
Overrides:
getCacheKey in class SimpleNode