Interface INullPredicateExpression
- All Superinterfaces:
IExpression,IUnaryExpression
IS (NOT) NULL expression
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T,C> T accept(IExpressionVisitor<T, C> visitor, C context) Accept visitorbooleanisNot()Return true if this expression is a NOT type of null predicateMethods inherited from interface se.kuseman.payloadbuilder.api.expression.IExpression
eval, eval, eval, fold, getQualifiedColumn, getType, isConstant, isInternal, semanticEquals, toVerboseStringMethods inherited from interface se.kuseman.payloadbuilder.api.expression.IUnaryExpression
getChildren, getExpression
-
Method Details
-
isNot
boolean isNot()Return true if this expression is a NOT type of null predicate -
accept
Description copied from interface:IExpressionAccept visitor- Specified by:
acceptin interfaceIExpression
-