public final class BinaryLogicalOp extends LogicValuedExpr
| Modifier and Type | Field and Description |
|---|---|
static int |
AND |
static String[] |
OPS |
static int |
OR |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExprVisitor visitor)
Accepts a visitor during a traversal of the parse tree for solving tasks of
types validation, code generation etc.
|
List<Expr> |
getAllOperands() |
List<Expr> |
getOperands()
Returns the operands.
|
int |
getOperator()
Returns the operator.
|
getMetagetCSQL, getSQL, resolveFieldRefspublic static final int AND
public static final int OR
public static final String[] OPS
public int getOperator()
public List<Expr> getAllOperands()
getAllOperands in class LogicValuedExprpublic void accept(ExprVisitor visitor) throws ParseException
Exprvisitor - universal visitor element performing tasks with the parse tree.ParseException - semantic error during the tree traversalCopyright © 2020 CURS. All rights reserved.