Package | Description |
---|---|
com.massa.dsl.grammar | |
com.massa.mrules.extensions.dsl.factory |
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectCreator
Default implementation of
ObjectCreator . |
Modifier and Type | Field and Description |
---|---|
static ObjectCreator |
ObjectCreator.DEFAULT
Default instance using
MBeanUtils.newInstance(Class) and performing no action at end of parse. |
Modifier and Type | Method and Description |
---|---|
ObjectCreator |
Grammar.getObjectCreator() |
Modifier and Type | Method and Description |
---|---|
void |
Grammar.setObjectCreator(ObjectCreator objectCreator) |
Modifier and Type | Class and Description |
---|---|
class |
MRulesObjectCreator
Extends default implementation to add end of parse hook.
|