Interface INullPredicateExpression

All Superinterfaces:
IExpression, IUnaryExpression

public interface INullPredicateExpression extends IUnaryExpression
IS (NOT) NULL expression
  • Method Details

    • isNot

      boolean isNot()
      Return true if this expression is a NOT type of null predicate
    • accept

      default <T, C> T accept(IExpressionVisitor<T,C> visitor, C context)
      Description copied from interface: IExpression
      Accept visitor
      Specified by:
      accept in interface IExpression