Package | Description |
---|---|
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.rule.builder.dialect.java |
Modifier and Type | Class and Description |
---|---|
static class |
PackageBuilder.FunctionErrorHandler |
static class |
PackageBuilder.RuleErrorHandler |
static class |
PackageBuilder.RuleInvokerErrorHandler
There isn't much point in reporting invoker errors, as they are no help.
|
static class |
PackageBuilder.SrcErrorHandler |
Modifier and Type | Method and Description |
---|---|
void |
JavaDialect.addClassCompileTask(String className,
BaseDescr descr,
String text,
MemoryResourceReader src,
PackageBuilder.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.
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.