Class LogicExpressionParsers


  • class LogicExpressionParsers
    extends java.lang.Object
    Static factories for logic expressions over basic objects.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • trivial

        public static final LogicExpressionParser<java.lang.String> trivial
        Logic expressions where "true" evaluates to true and "false" evaluates to false. For example: (true | false) & true This logic expression is trivial because it's value is independent of the object it is applied to.
      • stringMatch

        public static final LogicExpressionParser<java.lang.String> stringMatch
        Logic expressions where tokens are strings. A token is true if it matches the input string.
    • Constructor Detail

      • LogicExpressionParsers

        LogicExpressionParsers()