Package | Description |
---|---|
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.rule.builder.dialect.java | |
org.drools.compiler.rule.builder.dialect.mvel |
Modifier and Type | Method and Description |
---|---|
List<org.kie.internal.builder.KnowledgeBuilderResult> |
ProjectJavaCompiler.compileAll(org.drools.core.common.ProjectClassLoader projectClassLoader,
List<String> classList,
MemoryResourceReader src) |
Modifier and Type | Method and Description |
---|---|
void |
JavaDialect.addClassCompileTask(String className,
BaseDescr descr,
String text,
MemoryResourceReader src,
ErrorHandler handler)
This adds a compile "task" for when the compiler of
semantics (JCI) is called later on with compileAll()\
which actually does the compiling.
|
Modifier and Type | Field and Description |
---|---|
protected MemoryResourceReader |
MVELDialect.src |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.