Package | Description |
---|---|
com.massa.dsl.lexer | |
com.massa.mrules.extensions.dsl.factory |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLexerParserListener
Convenience implementation, which does nothing.
|
Modifier and Type | Method and Description |
---|---|
LexerParserListener |
AbstractLexer.getListener() |
LexerParserListener |
Lexer.getListener()
Retrieves the LexerParserListener if configured.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends LexerParserListener> |
AbstractLexer.getListenerClass() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLexer.setListenerClass(Class<? extends LexerParserListener> listenerClass)
Also sets internal instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassImportLexerParserListener
Allows to spy context factory parsing in order to retrieve input and output data types.
|
class |
ContextFactoryLexerParserListener
Allows to spy context factory parsing in order to retrieve input and output data types.
|
class |
PackageImportLexerParserListener
Allows to spy context factory parsing in order to retrieve input and output data types.
|