Package | Description |
---|---|
org.drools.compiler.commons.jci.compilers | |
org.drools.compiler.rule.builder.dialect.java |
Modifier and Type | Method and Description |
---|---|
JavaCompiler |
JavaCompilerFactory.loadCompiler(JavaDialectConfiguration.CompilerType compilerType,
String lngLevel) |
Modifier and Type | Method and Description |
---|---|
JavaDialectConfiguration.CompilerType |
JavaDialectConfiguration.getCompiler() |
static JavaDialectConfiguration.CompilerType |
JavaDialectConfiguration.CompilerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaDialectConfiguration.CompilerType[] |
JavaDialectConfiguration.CompilerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaDialectConfiguration.setCompiler(JavaDialectConfiguration.CompilerType compiler)
Set the compiler to be used when building the rules semantic code blocks.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.