Package | Description |
---|---|
com.massa.dsl.block |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInjectableLexerBlock
Block inside a lexeme.
|
class |
AndLexerBlock
Allows to parse sub-blocks.
|
class |
LexerClassBlock
Block inside a lexeme, referencing one candidate sub-lexeme by its class.
|
class |
LexerIdBlock
Block inside a lexeme, referencing one candidate sub-lexeme by its ID.
|
class |
LexerIdsBlock
Block inside a lexeme, referencing candidate sub-lexemes by their IDs.
|
class |
LexerTypeBlock
Block inside a lexeme, referencing candidate sub-lexemes by their returning type.
|
class |
OrLexerBlock
Allows to choose between sub-blocks.
|