public class LogicalExpression extends AbstractExpression
| Modifier and Type | Field and Description |
|---|---|
static int |
AND |
static int |
OR |
children, context, updateListener| Constructor and Description |
|---|
LogicalExpression() |
LogicalExpression(Expression e1,
Expression e2,
int opType) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute()
Compute and return the value of this expression
|
java.lang.String |
getOpName()
Return a human-readable name for the operation that this expression performs
|
int |
getOpType() |
java.lang.Class<?> |
getType()
Return the type that this expression will return
|
void |
setOpType(int i) |
connect, disconnect, getChildren, setChildren, shutdown, startup, typeMismatchpublic static final int AND
public static final int OR
public LogicalExpression(Expression e1, Expression e2, int opType)
public LogicalExpression()
public QualifiedValue execute() throws ExpressionException
ExpressionExpressionExceptionpublic java.lang.Class<?> getType()
Expressionpublic java.lang.String getOpName()
Expressionpublic int getOpType()
public void setOpType(int i)