|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.expr.ExprHandle
public class ExprHandle
A handle to a top expression
Field Summary | |
---|---|
static ExprHandle |
NULL
|
Constructor Summary | |
---|---|
ExprHandle(StatementHandle statement)
|
Method Summary | |
---|---|
Expr |
getExpr()
Gets the expression |
StatementHandle |
getStatement()
Returns the owning statement handle. |
void |
setExpr(Expr expr)
Sets the expression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ExprHandle NULL
Constructor Detail |
---|
public ExprHandle(StatementHandle statement)
Method Detail |
---|
public void setExpr(Expr expr)
public Expr getExpr()
public StatementHandle getStatement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |