public interface LexerMatcherHandler
Modifier and Type | Interface and Description |
---|---|
static class |
LexerMatcherHandler.Mode
Possible mode of matcher usage.
|
Modifier and Type | Method and Description |
---|---|
LexerMatcherHandlerBean |
getBeanInstance()
Instanciates the bean
|
LexerMatcherHandlerBean |
handle(RenderingDataBuilder renderingDataBuilder,
Grammar g,
LexerMatcher matcher,
LexerParser lexerParser,
LexerMatcherHandler.Mode mode)
Updates bean with lexer matcher informations
|
void |
updateScheme(LexerMatcherHandlerBean bean,
SyntaxicScheme scheme)
Updates the scheme with the bean informations
|
LexerMatcherHandlerBean handle(RenderingDataBuilder renderingDataBuilder, Grammar g, LexerMatcher matcher, LexerParser lexerParser, LexerMatcherHandler.Mode mode) throws DslException
DslException
LexerMatcherHandlerBean getBeanInstance()
void updateScheme(LexerMatcherHandlerBean bean, SyntaxicScheme scheme) throws DslException
DslException