Class | Description |
---|---|
GrammarFunctionsMigrator |
Provides methods to simplify migration from
GrammarFunctions
to GrammarOperators . |
GrammarOperators |
Provides methods to define rules for
LexerlessGrammar . |
LexerlessGrammar | |
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 © 2012 SonarSource. All Rights Reserved.