railo.runtime.sql.old
Class ZExpression

java.lang.Object
  extended by railo.runtime.sql.old.ZExpression
All Implemented Interfaces:
Serializable, ZExp

public final class ZExpression
extends Object
implements ZExp

See Also:
Serialized Form

Constructor Summary
ZExpression(String s)
           
ZExpression(String s, ZExp zexp)
           
ZExpression(String s, ZExp zexp, ZExp zexp1)
           
 
Method Summary
 void addOperand(ZExp zexp)
           
 ZExp getOperand(int i)
           
 Vector getOperands()
           
 String getOperator()
           
 int nbOperands()
           
 void setOperands(Vector vector)
           
 String toReversePolish()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZExpression

public ZExpression(String s)

ZExpression

public ZExpression(String s,
                   ZExp zexp)

ZExpression

public ZExpression(String s,
                   ZExp zexp,
                   ZExp zexp1)
Method Detail

getOperator

public String getOperator()

setOperands

public void setOperands(Vector vector)

getOperands

public Vector getOperands()

addOperand

public void addOperand(ZExp zexp)

getOperand

public ZExp getOperand(int i)

nbOperands

public int nbOperands()

toReversePolish

public String toReversePolish()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Railo