Package ru.curs.celesta.score
Class BinaryLogicalOp
java.lang.Object
ru.curs.celesta.score.Expr
ru.curs.celesta.score.LogicValuedExpr
ru.curs.celesta.score.BinaryLogicalOp
AND/OR.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExprVisitor visitor) Returns the operands.intReturns the operator.Methods inherited from class ru.curs.celesta.score.LogicValuedExpr
getMetaMethods inherited from class ru.curs.celesta.score.Expr
getCSQL, getSQL, resolveFieldRefs
-
Field Details
-
AND
public static final int ANDIndex for conjunction operator.- See Also:
-
OR
public static final int ORIndex for disjunction operator.- See Also:
-
-
Method Details
-
getOperator
public int getOperator()Returns the operator. -
getOperands
Returns the operands. -
getAllOperands
- Specified by:
getAllOperandsin classLogicValuedExpr
-
accept
- Throws:
ParseException
-