Interface | Description |
---|---|
AdditionalGrammarValidator |
Allows to add specific code to validate result produced by grammar parsing.
|
AdditionalValidator<T> |
Allows to add specific code to validate data.
|
ObjectCreator |
Allows to override method to instantiate objects while parsing and adds a hook a the end of parsing, i.e. when all properties of the object are filled in.
|
Class | Description |
---|---|
DefaultObjectCreator |
Default implementation of
ObjectCreator . |
Grammar |
Java representation of the grammar, entry point to parse code file.
|
GrammarParser |
Parser for dsl grammar, builds the Grammar object from the xml configuration.
|
GrammarRepository |
Repository for loaded grammars.
|
ParsingContext |
Object holding all common information during a matching process.
|
ParsingContext.AutoCompleteResult |
Describes one autoComplete possibility.
|
Enum | Description |
---|---|
LexerInjectionStrategy |
Describes possibles values of unicity for sub-properties.
|
LexerUnicity |
Describes possibles values of unicity for sub-properties.
|