Class GrammarFunctions.Predicate

    • Method Detail

      • not

        @Deprecated
        public static Matcher not​(Object e)
        Deprecated.
        in 1.19, use GrammarBuilder.nextNot(Object) instead.
      • next

        @Deprecated
        public static Matcher next​(Object... e)
        Deprecated.
        in 1.19, use GrammarBuilder.next(Object) instead.