Package | Description |
---|---|
com.massa.dsl.lexer | |
com.massa.dsl.matcher | |
com.massa.mrules.extensions.dsl.factory |
Modifier and Type | Method and Description |
---|---|
Class<? extends MatcherListener> |
TransformLexer.getMatcherListenerClass() |
Modifier and Type | Method and Description |
---|---|
void |
TransformLexer.setMatcherListenerClass(Class<? extends MatcherListener> matcherListenerClass) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMatcherListener
Convenience implementation, which does nothing.
|
Modifier and Type | Method and Description |
---|---|
MatcherListener |
AbstractLexerMatcherWrapper.getListener() |
MatcherListener |
AbstractLexerMatcher.getListener() |
MatcherListener |
LexerMatcher.getListener()
Retrieves the MatcherListener if configured.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends MatcherListener> |
AbstractLexerMatcher.getListenerClass() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLexerMatcher.setListenerClass(Class<? extends MatcherListener> listenerClass) |
Modifier and Type | Class and Description |
---|---|
class |
CondWrapperMatcherListener
Allows to validate that a condition wrapper will not contain an accessor wrapper for conditions,
which is not legal and cannot be checked via grammar config.
|