Open SiteSearch 4.1.1
Final

ORG.oclc.qparse
Class ASTValueGroup

java.lang.Object
  |
  +--ORG.oclc.qparse.SimpleNode
        |
        +--ORG.oclc.qparse.ASTValueGroup

public class ASTValueGroup
extends SimpleNode


Fields inherited from class ORG.oclc.qparse.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTValueGroup(int id)
           
ASTValueGroup(Z3958Parser p, int id)
           
 
Method Summary
 String getIndex()
           
 String getOp()
           
 StringBuffer rpn(StringBuffer buf)
           
 void setIndex(String n)
           
 void setOp(String o)
           
 void setOp(String o, boolean r)
           
 String toString()
           
 String valueToString()
           
 
Methods inherited from class ORG.oclc.qparse.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTValueGroup

public ASTValueGroup(int id)

ASTValueGroup

public ASTValueGroup(Z3958Parser p,
                     int id)
Method Detail

setOp

public void setOp(String o,
                  boolean r)

setOp

public void setOp(String o)

setIndex

public void setIndex(String n)

getIndex

public String getIndex()

getOp

public String getOp()

toString

public String toString()
Overrides:
toString in class SimpleNode

valueToString

public String valueToString()

rpn

public StringBuffer rpn(StringBuffer buf)
                 throws ParseException
Overrides:
rpn in class SimpleNode

Open SiteSearch 4.1.1
Final