Package org.sonar.sslr.parser
Class GrammarOperators
java.lang.Object
org.sonar.sslr.parser.GrammarOperators
Deprecated.
- Since:
- 1.16
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectDeprecated.in 1.19, useLexerlessGrammarBuilder.commentTrivia(Object)instead.static ObjectDeprecated.in 1.19, useLexerlessGrammarBuilder.endOfInput()instead.static ObjectDeprecated.in 1.19, useGrammarBuilder.firstOf(Object, Object)instead.static ObjectDeprecated.in 1.19, useGrammarBuilder.next(Object)instead.static ObjectDeprecated.in 1.19, useGrammarBuilder.nextNot(Object)instead.static Objectnothing()Deprecated.in 1.19, useGrammarBuilder.nothing()instead.static ObjectDeprecated.in 1.19, useGrammarBuilder.oneOrMore(Object)instead.static ObjectDeprecated.in 1.19, useGrammarBuilder.optional(Object)instead.static ObjectDeprecated.in 1.19, useLexerlessGrammarBuilder.regexp(String)instead.static ObjectDeprecated.in 1.19, useGrammarBuilder.sequence(Object, Object)instead.static ObjectDeprecated.in 1.19, useLexerlessGrammarBuilder.skippedTrivia(Object)instead.static ObjectDeprecated.in 1.19, useLexerlessGrammarBuilder.token(TokenType, Object)instead.static ObjectzeroOrMore(Object... e) Deprecated.in 1.19, useGrammarBuilder.zeroOrMore(Object)instead.
-
Method Details
-
sequence
Deprecated.in 1.19, useGrammarBuilder.sequence(Object, Object)instead. -
firstOf
Deprecated.in 1.19, useGrammarBuilder.firstOf(Object, Object)instead. -
optional
Deprecated.in 1.19, useGrammarBuilder.optional(Object)instead. -
oneOrMore
Deprecated.in 1.19, useGrammarBuilder.oneOrMore(Object)instead. -
zeroOrMore
Deprecated.in 1.19, useGrammarBuilder.zeroOrMore(Object)instead. -
next
Deprecated.in 1.19, useGrammarBuilder.next(Object)instead. -
nextNot
Deprecated.in 1.19, useGrammarBuilder.nextNot(Object)instead. -
regexp
Deprecated.in 1.19, useLexerlessGrammarBuilder.regexp(String)instead. -
endOfInput
Deprecated.in 1.19, useLexerlessGrammarBuilder.endOfInput()instead. -
nothing
Deprecated.in 1.19, useGrammarBuilder.nothing()instead. -
token
Deprecated.in 1.19, useLexerlessGrammarBuilder.token(TokenType, Object)instead. -
commentTrivia
Deprecated.in 1.19, useLexerlessGrammarBuilder.commentTrivia(Object)instead.- Since:
- 1.17
-
skippedTrivia
Deprecated.in 1.19, useLexerlessGrammarBuilder.skippedTrivia(Object)instead.- Since:
- 1.17
-
LexerlessGrammarBuilderinstead.