wt.dataops.archivesystem.search
Class ASTQueryOp

java.lang.Object
  extended bywt.dataops.archivesystem.search.SimpleNode
      extended bywt.dataops.archivesystem.search.ASTQueryOp
All Implemented Interfaces:
Node

public class ASTQueryOp
extends SimpleNode


Field Summary
private  String name
           
 
Fields inherited from class wt.dataops.archivesystem.search.SimpleNode
children, id, parent, parser
 
Constructor Summary
(package private) ASTQueryOp(int id)
           
 
Method Summary
 XMLNode outputSearchHints(XMLNode nd, String pl)
           
 String toString()
           
 
Methods inherited from class wt.dataops.archivesystem.search.SimpleNode
dump, extractParantVals, getDictDoc, getName, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, pp, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private String name
Constructor Detail

ASTQueryOp

ASTQueryOp(int id)
Method Detail

toString

public String toString()
Overrides:
toString in class SimpleNode

outputSearchHints

public XMLNode outputSearchHints(XMLNode nd,
                                 String pl)
                          throws WTArchiveSystemException
Overrides:
outputSearchHints in class SimpleNode
Throws:
WTArchiveSystemException