Modifier and Type | Method and Description |
---|---|
CompilationLevel |
IContextFactory.getCompilationLevel() |
CompilationLevel |
AbstractContextFactory.getCompilationLevel() |
Modifier and Type | Method and Description |
---|---|
MStandaloneCompilationContext |
MStandaloneContextFactory.getCompilationContext(CompilationLevel compilationLevel) |
MInOutCompilationContext |
MInOutContextFactory.getCompilationContext(CompilationLevel compilationLevel) |
MCompilationContext |
MContextFactory.getCompilationContext(CompilationLevel compilationLevel) |
ICompilationContext |
IContextFactory.getCompilationContext(CompilationLevel level)
Builds compilation context, overriding the compilation level configured in the factory.
|
MListCompilationContext |
MListContextFactory.getCompilationContext(CompilationLevel compilationLevel) |
void |
IContextFactory.setCompilationLevel(CompilationLevel level) |
void |
AbstractContextFactory.setCompilationLevel(CompilationLevel level) |
Modifier and Type | Method and Description |
---|---|
CompilationLevel |
CompilationContextWrapper.getCompilationLevel() |
CompilationLevel |
MExecutionContextConverter.getCompilationLevel() |
CompilationLevel |
AbstractCompilationContext.getCompilationLevel() |
CompilationLevel |
ICompilationContext.getCompilationLevel()
Returns requested
CompilationLevel |
static CompilationLevel |
CompilationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilationLevel[] |
CompilationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ICompilationContext |
CompilationContextWrapper.getSubContext(ICompilationContext c,
CompilationLevel clToUse) |
static ICompilationContext |
CompilationContextWrapper.getSubContext(ICompilationContext c,
CompilationLevel clToUse,
Class<?> newReadWriteBaseType) |
static ICompilationContext |
CompilationContextWrapper.getSubContext(ICompilationContext c,
CompilationLevel clToUse,
Class<?> newReadBaseType,
Class<?> newWriteBaseType) |
void |
CompilationContextWrapper.setCompilationLevel(CompilationLevel compilationLevel) |
void |
MExecutionContextConverter.setCompilationLevel(CompilationLevel compilationLevel) |
void |
AbstractCompilationContext.setCompilationLevel(CompilationLevel compilationLevel) |
void |
ICompilationContext.setCompilationLevel(CompilationLevel compilationLevel)
CompilationLevel to use for compilation. |
Modifier and Type | Method and Description |
---|---|
CompilationLevel |
MExecutionBlock.getOverrideCompilationLevel() |
Modifier and Type | Method and Description |
---|---|
void |
MExecutionBlock.setOverrideCompilationLevel(CompilationLevel overrideCompilationLevel) |
Constructor and Description |
---|
NativeLanguageFactory(CompilationLevel compilationLevel) |
NativeLanguageFactory(Locale locale,
CompilationLevel compilationLevel) |
Modifier and Type | Method and Description |
---|---|
CompilationLevel |
AbstractMRulesFactoryBean.getCompilationLevel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMRulesFactoryBean.setCompilationLevel(CompilationLevel compilationLevel) |
Modifier and Type | Method and Description |
---|---|
CompilationLevel |
AbstractRuleExecutionSetFactory.getCompilationLevel() |
CompilationLevel |
IRuleExecutionSetFactory.getCompilationLevel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRuleExecutionSetFactory.setCompilationLevel(CompilationLevel compilationLevel) |
void |
IRuleExecutionSetFactory.setCompilationLevel(CompilationLevel compilationLevel)
Sets compilation context to use with context factory.
|
Constructor and Description |
---|
AbstractRuleExecutionSetFactory(CompilationLevel compilationLevel) |
AbstractRuleExecutionSetFactory(CompilationLevel compilationLevel,
boolean forceCompilationLevel) |
Constructor and Description |
---|
SerializationFactory(CompilationLevel compilationLevel) |
Constructor and Description |
---|
AbstractXMLFactory(CompilationLevel compilationLevel) |
RichXMLFactory(CompilationLevel compilationLevel) |
SimpleXMLFactory(CompilationLevel compilationLevel) |