Package com.sap.cds.ql
Interface BooleanValue
- All Superinterfaces:
CqnBooleanLiteral,CqnExpression,CqnLiteral<Boolean>,CqnPredicate,CqnToken,CqnValue,JSONizable,Literal<Boolean>,Orderable,Predicate,SelectableValue,Value<Boolean>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaccept(CqnVisitor visitor) Traverses the expression tree represented by this token with a givenvisitor.Methods inherited from interface com.sap.cds.ql.cqn.CqnBooleanLiteral
isBooleanMethods inherited from interface com.sap.cds.ql.cqn.CqnExpression
asArithmeticExpression, asCaseExpression, asExpression, asNegation, isArithmeticExpression, isCaseExpression, isExpression, isNegation, toJsonMethods inherited from interface com.sap.cds.ql.cqn.CqnLiteral
asBoolean, asLiteral, asNumber, asString, asStructured, asTemporal, asVector, isConstant, isLiteral, isNumeric, isString, isStructured, isTemporal, isVector, ofLiteral, valueMethods inherited from interface com.sap.cds.ql.cqn.CqnPredicate
asPredicate, isPredicateMethods inherited from interface com.sap.cds.ql.cqn.CqnValue
as, asFunction, asList, asNullValue, asParameter, asPlain, asRef, isFunction, isList, isNullValue, isParameter, isPlain, isRef, ofRef, typeMethods inherited from interface com.sap.cds.ql.Orderable
asc, ascNullsLast, desc, descNullsFirstMethods inherited from interface com.sap.cds.ql.SelectableValue
as, withoutAliasMethods inherited from interface com.sap.cds.ql.Value
average, between, between, between, between, contains, contains, contains, countDistinct, dividedBy, dividedBy, endsWith, endsWith, eq, eq, func, ge, ge, gt, gt, in, in, in, in, in, is, is, isNot, isNot, isNotNull, isNull, le, le, lt, lt, matchesPattern, matchesPattern, matchesPattern, matchesPattern, max, min, minus, minus, ne, ne, plain, plus, plus, startsWith, startsWith, substring, substring, substring, substring, sum, times, times, toLower, toUpper, type, type, type
-
Method Details
-
accept
Description copied from interface:CqnTokenTraverses the expression tree represented by this token with a givenvisitor. The traversal order is depth-first. If this token has child nodes they are traversed first by dispatching the visitor to the children'sacceptmethods. Afterwards this token is passed to the visitor'svisitmethod specific for this token's type.- Specified by:
acceptin interfaceCqnBooleanLiteral- Specified by:
acceptin interfaceCqnExpression- Specified by:
acceptin interfaceCqnToken- Parameters:
visitor- theCqnVisitor
-