Uses of Class
org.drools.compiler.lang.descr.FunctionDescr
-
Packages that use FunctionDescr 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 org.drools.compiler.lang.descr org.drools.compiler.rule.builder -
-
Uses of FunctionDescr in org.drools.compiler.builder.impl.errors
Constructors in org.drools.compiler.builder.impl.errors with parameters of type FunctionDescr Constructor Description FunctionErrorHandler(FunctionDescr functionDescr, String message) -
Uses of FunctionDescr in org.drools.compiler.compiler
Methods in org.drools.compiler.compiler that return FunctionDescr Modifier and Type Method Description FunctionDescrFunctionError. getFunctionDescr()Methods in org.drools.compiler.compiler with parameters of type FunctionDescr Modifier and Type Method Description voidDialect. addFunction(FunctionDescr functionDescr, org.drools.core.addon.TypeResolver typeResolver, org.kie.api.io.Resource resource)voidDialect.DummyDialect. addFunction(FunctionDescr functionDescr, org.drools.core.addon.TypeResolver typeResolver, org.kie.api.io.Resource resource)voidDialect.DummyDialect. postCompileAddFunction(FunctionDescr functionDescr, org.drools.core.addon.TypeResolver typeResolver)voidDialect. postCompileAddFunction(FunctionDescr functionDescr, org.drools.core.addon.TypeResolver typeResolver)voidDialect.DummyDialect. preCompileAddFunction(FunctionDescr functionDescr, org.drools.core.addon.TypeResolver typeResolver)voidDialect. preCompileAddFunction(FunctionDescr functionDescr, org.drools.core.addon.TypeResolver typeResolver)Constructors in org.drools.compiler.compiler with parameters of type FunctionDescr Constructor Description DuplicateFunction(FunctionDescr func, org.kie.internal.builder.KnowledgeBuilderConfiguration config)FunctionError(FunctionDescr functionDescr, Object object, String message) -
Uses of FunctionDescr in org.drools.compiler.compiler.xml
Methods in org.drools.compiler.compiler.xml with parameters of type FunctionDescr Modifier and Type Method Description voidXmlDumper. visitFunctionDescr(FunctionDescr functionDescr) -
Uses of FunctionDescr in org.drools.compiler.lang
Methods in org.drools.compiler.lang that return FunctionDescr Modifier and Type Method Description FunctionDescrDRL5Parser. function(PackageDescrBuilder pkg)function := FUNCTION type?FunctionDescrDRL6Parser. function(PackageDescrBuilder pkg)function := FUNCTION type?FunctionDescrDRL6StrictParser. function(PackageDescrBuilder pkg)function := FUNCTION type? -
Uses of FunctionDescr in org.drools.compiler.lang.descr
Methods in org.drools.compiler.lang.descr that return types with arguments of type FunctionDescr Modifier and Type Method Description List<FunctionDescr>PackageDescr. getFunctions()Methods in org.drools.compiler.lang.descr with parameters of type FunctionDescr Modifier and Type Method Description voidPackageDescr. addFunction(FunctionDescr function) -
Uses of FunctionDescr in org.drools.compiler.rule.builder
Methods in org.drools.compiler.rule.builder with parameters of type FunctionDescr Modifier and Type Method Description StringFunctionBuilder. build(org.drools.core.definitions.InternalKnowledgePackage pkg, FunctionDescr functionDescr, org.drools.core.addon.TypeResolver typeResolver, Map<String,org.drools.core.rule.LineMappings> lineMappings, List<org.kie.internal.builder.KnowledgeBuilderResult> errors)
-