Class NotExpressionFactory

  • All Implemented Interfaces:
    java.lang.Comparable<ExpressionFactory>

    public final class NotExpressionFactory
    extends ExpressionFactory
    This NotExpressionFactory creates a new NotExpression when the portion of the query to parse starts with NOT. If the text has another identifier that is negated, then the right expression will be created.
    Since:
    2.3
    Version:
    2.4
    Author:
    Pascal Filion
    See Also:
    NotExpression
    • Constructor Detail

      • NotExpressionFactory

        public NotExpressionFactory()
        Creates a new NotExpressionFactory.