Package | Description |
---|---|
com.massa.mrules.callable | |
com.massa.mrules.context | |
com.massa.mrules.context.compile | |
com.massa.mrules.context.execute | |
com.massa.util | |
com.massa.util.property |
This package contains property access framework.
|
Modifier and Type | Method and Description |
---|---|
TypedMap |
CallableCompilationContext.getVariables() |
Modifier and Type | Method and Description |
---|---|
static TypedMap |
MListContextFactory.generateBase(MListCompilationContext ctxt) |
static TypedMap |
MListContextFactory.generateBase(MListExecutionContext ctxt) |
TypedMap |
ContextWrapper.getVariables() |
TypedMap |
IContext.getVariables()
Returns a Map of:
variables types encountered during compilation.
|
TypedMap |
AbstractContext.getVariables() |
Modifier and Type | Method and Description |
---|---|
TypedMap |
MExecutionContextConverter.getVariables() |
Modifier and Type | Method and Description |
---|---|
TypedMap |
MCompilationContextConverter.getVariables() |
Modifier and Type | Class and Description |
---|---|
static class |
TypedMap.RecursiveTypedMap
TypedMap with default type as RecursiveTypedMap.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
SimpleProperty.handleSetInTypedMap(TypedMap curTarget,
Object obj,
boolean forceUseProvidedObjectType)
Set an object to a typed map.
|