Package | Description |
---|---|
org.drools.compiler.builder.impl.errors | |
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.compiler.xml |
This contains the parser and utilities for handling rules in XML format.
|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
org.drools.compiler.lang.descr | |
org.drools.compiler.rule.builder | |
org.drools.compiler.rule.builder.dialect.java | |
org.drools.compiler.rule.builder.dialect.mvel |
Constructor and Description |
---|
FunctionErrorHandler(FunctionDescr functionDescr,
String message) |
Modifier and Type | Method and Description |
---|---|
FunctionDescr |
FunctionError.getFunctionDescr() |
Modifier and Type | Method and Description |
---|---|
void |
Dialect.addFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver,
org.kie.api.io.Resource resource) |
void |
Dialect.postCompileAddFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver) |
void |
Dialect.preCompileAddFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver) |
Constructor and Description |
---|
DuplicateFunction(FunctionDescr func,
org.kie.internal.builder.KnowledgeBuilderConfiguration config) |
FunctionError(FunctionDescr functionDescr,
Object object,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
XmlDumper.visitFunctionDescr(FunctionDescr functionDescr) |
Modifier and Type | Method and Description |
---|---|
FunctionDescr |
DRL6StrictParser.function(PackageDescrBuilder pkg)
function := FUNCTION type?
|
FunctionDescr |
DRL5Parser.function(PackageDescrBuilder pkg)
function := FUNCTION type?
|
FunctionDescr |
DRL6Parser.function(PackageDescrBuilder pkg)
function := FUNCTION type?
|
Modifier and Type | Method and Description |
---|---|
List<FunctionDescr> |
PackageDescr.getFunctions() |
Modifier and Type | Method and Description |
---|---|
void |
PackageDescr.addFunction(FunctionDescr function) |
Modifier and Type | Method and Description |
---|---|
String |
FunctionBuilder.build(org.drools.core.definitions.InternalKnowledgePackage pkg,
FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver,
Map<String,org.drools.core.rule.LineMappings> lineMappings,
List<org.kie.internal.builder.KnowledgeBuilderResult> errors) |
Modifier and Type | Method and Description |
---|---|
void |
JavaDialect.addFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver,
org.kie.api.io.Resource resource) |
String |
JavaFunctionBuilder.build(org.drools.core.definitions.InternalKnowledgePackage pkg,
FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver,
Map<String,org.drools.core.rule.LineMappings> lineMappings,
List<org.kie.internal.builder.KnowledgeBuilderResult> errors) |
void |
JavaDialect.postCompileAddFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver) |
void |
JavaDialect.preCompileAddFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver) |
Modifier and Type | Method and Description |
---|---|
void |
MVELDialect.addFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver,
org.kie.api.io.Resource resource) |
void |
MVELDialect.postCompileAddFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver) |
void |
MVELDialect.preCompileAddFunction(FunctionDescr functionDescr,
org.drools.core.base.TypeResolver typeResolver) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.