Package | Description |
---|---|
com.massa.dsl.block |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractInjectableLexerBlock.AbstractInjectableLexerBlockResolver |
class |
AbstractLexerBlockResolver
Base resolver implementation.
|
protected class |
AndLexerBlock.AndBlockResolver
Resolver for or block.
|
class |
LexerBlockResolverWrapper
Wraps a Lexer Block Resolver to override some behaviors.
|
class |
LexerClassBlock.LexerClassBlockResolver |
class |
LexerIdBlock.LexerIdBlockResolver |
class |
LexerIdsBlock.LexerIdsBlockResolver |
class |
LexerTypeBlock.LexerTypeBlockResolver |
protected class |
OrLexerBlock.OrBlockResolver
Resolver for or block.
|
Modifier and Type | Method and Description |
---|---|
LexerBlockResolver |
AndLexerBlock.getResolver(Grammar grammar) |
LexerBlockResolver |
LexerClassBlock.getResolver(Grammar grammar) |
LexerBlockResolver |
LexerBlockWrapper.getResolver(Grammar grammar) |
LexerBlockResolver |
OrLexerBlock.getResolver(Grammar grammar) |
LexerBlockResolver |
LexerBlock.getResolver(Grammar grammar) |
LexerBlockResolver |
LexerTypeBlock.getResolver(Grammar grammar) |
LexerBlockResolver |
LexerIdsBlock.getResolver(Grammar grammar) |
LexerBlockResolver |
LexerIdBlock.getResolver(Grammar grammar) |
LexerBlockResolver |
LexerBlockResolverWrapper.getWrapped() |
Constructor and Description |
---|
LexerBlockResolverWrapper(LexerBlock b,
LexerBlockResolver w) |
LexerBlockResolverWrapper(LexerBlockResolver w) |