Open SiteSearch 4.1.1
Final

ORG.oclc.qparse
Class ASTProxOp

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

public class ASTProxOp
extends SimpleNode


Fields inherited from class ORG.oclc.qparse.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTProxOp(int id)
           
ASTProxOp(Z3958Parser p, int id)
           
 
Method Summary
 StringBuffer rpn(StringBuffer buf)
           
 void setOp(String o)
           
 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

ASTProxOp

public ASTProxOp(int id)

ASTProxOp

public ASTProxOp(Z3958Parser p,
                 int id)
Method Detail

setOp

public void setOp(String o)

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