Package ru.curs.celesta.score
Class LogicValuedExpr
- java.lang.Object
-
- ru.curs.celesta.score.Expr
-
- ru.curs.celesta.score.LogicValuedExpr
-
- Direct Known Subclasses:
BinaryLogicalOp
,Relop
public abstract class LogicValuedExpr extends Expr
Expression with logical value. Celestadoc and nullable is not actual.
-
-
Constructor Summary
Constructors Constructor Description LogicValuedExpr()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<Expr>
getAllOperands()
ViewColumnMeta<?>
getMeta()
Returns the expression type.-
Methods inherited from class ru.curs.celesta.score.Expr
getCSQL, getSQL, resolveFieldRefs
-
-