public class ExprHandle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExprHandle |
NULL |
| Constructor and Description |
|---|
ExprHandle(StatementHandle statement) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getExpr()
Gets the expression
|
StatementHandle |
getStatement()
Returns the owning statement handle.
|
void |
setExpr(Expr expr)
Sets the expression
|
public static final ExprHandle NULL
public ExprHandle(StatementHandle statement)
public void setExpr(Expr expr)
public Expr getExpr()
public StatementHandle getStatement()