Package com.sonar.sslr.impl.matcher
Class GrammarFunctions.Standard
java.lang.Object
com.sonar.sslr.impl.matcher.GrammarFunctions.Standard
- Enclosing class:
GrammarFunctions
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatcherDeprecated.static MatcherDeprecated.in 1.19, useGrammarBuilder.firstOf(Object, Object)instead.static MatcherDeprecated.in 1.19, useGrammarBuilder.zeroOrMore(Object)instead.static MatcherDeprecated.in 1.19, useGrammarBuilder.oneOrMore(Object)instead.static MatcherDeprecated.in 1.19, useGrammarBuilder.optional(Object)instead.static MatcherDeprecated.in 1.16, usefirstOf(Object...)instead
-
Method Details
-
o2n
Deprecated.in 1.19, useGrammarBuilder.zeroOrMore(Object)instead. -
one2n
Deprecated.in 1.19, useGrammarBuilder.oneOrMore(Object)instead. -
opt
Deprecated.in 1.19, useGrammarBuilder.optional(Object)instead. -
or
Deprecated.in 1.16, usefirstOf(Object...)instead -
firstOf
Deprecated.in 1.19, useGrammarBuilder.firstOf(Object, Object)instead. -
and
Deprecated.in 1.19, useGrammarBuilder.sequence(Object, Object)instead.
-
GrammarBuilder.sequence(Object, Object)instead.