Package | Description |
---|---|
com.massa.mrules.context | |
com.massa.mrules.context.compile | |
com.massa.mrules.context.execute |
Modifier and Type | Method and Description |
---|---|
Phase |
ContextWrapper.getPhase() |
Phase |
IContext.getPhase()
|
static Phase |
Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Phase[] |
Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Phase |
MExecutionContextConverter.getPhase() |
Phase |
AbstractCompilationContext.getPhase()
Returns current phase: COMPILE or OPTIMIZE.
|
Modifier and Type | Method and Description |
---|---|
void |
CompilationContextWrapper.setPhase(Phase phase) |
void |
MExecutionContextConverter.setPhase(Phase phase) |
void |
AbstractCompilationContext.setPhase(Phase phase) |
void |
ICompilationContext.setPhase(Phase phase)
Sets current phase: COMPILE or OPTIMIZE.
|
Modifier and Type | Method and Description |
---|---|
Phase |
AbstractExecutionContext.getPhase() |