@ParametersAreNonnullByDefault
| Class | Description |
|---|---|
| GrammarOperators | Deprecated
in 1.19, use
LexerlessGrammarBuilder instead. |
| LexerlessGrammar |
Use
LexerlessGrammarBuilder to create instances of this class. |
| ParseError |
Describes an error, which is occurred during parse.
|
| ParseErrorFormatter |
Formats
ParseError to readable form. |
| ParserAdapter<G extends LexerlessGrammar> |
Adapts
ParseRunner to be used as Parser. |
| ParseRunner |
Performs parsing of a given grammar rule on a given input text.
|
| ParsingResult |
Parsing result.
|
Copyright © 2009–2018 SonarSource. All rights reserved.