com.sun.labs.minion.retrieval.parser
Class LuceneASTdoParse

java.lang.Object
  extended by com.sun.labs.minion.retrieval.parser.SimpleNode
      extended by com.sun.labs.minion.retrieval.parser.LuceneASTdoParse
All Implemented Interfaces:
Node, java.lang.Cloneable

public class LuceneASTdoParse
extends SimpleNode


Field Summary
 
Fields inherited from class com.sun.labs.minion.retrieval.parser.SimpleNode
children, doExact, doExpand, doMorph, doStem, doWild, id, incLower, incUpper, INVALID, lower, matchCase, operator, parent, parser, unary, upper, value
 
Constructor Summary
LuceneASTdoParse(int id)
           
LuceneASTdoParse(LuceneParser p, int id)
           
 
Method Summary
 
Methods inherited from class com.sun.labs.minion.retrieval.parser.SimpleNode
clone, dump, getChildren, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuceneASTdoParse

public LuceneASTdoParse(int id)

LuceneASTdoParse

public LuceneASTdoParse(LuceneParser p,
                        int id)