Uses of Class
org.drools.compiler.compiler.BoundIdentifiers
-
Packages that use BoundIdentifiers Package Description org.drools.compiler.compiler This is the main package to load rules.org.drools.compiler.rule.builder -
-
Uses of BoundIdentifiers in org.drools.compiler.compiler
Methods in org.drools.compiler.compiler that return BoundIdentifiers Modifier and Type Method Description BoundIdentifiersAnalysisResult. getBoundIdentifiers()Returns the array of listsof bound identifiers Methods in org.drools.compiler.compiler with parameters of type BoundIdentifiers Modifier and Type Method Description AnalysisResultDialect. analyzeBlock(PackageBuildContext context, BaseDescr descr, String text, BoundIdentifiers availableIdentifiers)AnalysisResultDialect.DummyDialect. analyzeBlock(PackageBuildContext context, BaseDescr descr, String text, BoundIdentifiers availableIdentifiers)AnalysisResultDialect. analyzeExpression(PackageBuildContext context, BaseDescr descr, Object content, BoundIdentifiers availableIdentifiers)AnalysisResultDialect.DummyDialect. analyzeExpression(PackageBuildContext context, BaseDescr descr, Object content, BoundIdentifiers availableIdentifiers) -
Uses of BoundIdentifiers in org.drools.compiler.rule.builder
Methods in org.drools.compiler.rule.builder with parameters of type BoundIdentifiers Modifier and Type Method Description voidPredicateBuilder. build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, org.drools.core.rule.Declaration[] previousDeclarations, org.drools.core.rule.Declaration[] localDeclarations, org.drools.core.rule.PredicateConstraint predicateConstraint, PredicateDescr predicateDescr, AnalysisResult analysis)voidReturnValueBuilder. build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, org.drools.core.rule.Declaration[] previousDeclarations, org.drools.core.rule.Declaration[] localDeclarations, org.drools.core.rule.ReturnValueRestriction returnValueRestriction, ReturnValueRestrictionDescr returnValueRestrictionDescr, AnalysisResult analysis)static voidPatternBuilder. createImplicitBindings(RuleBuildContext context, org.drools.core.rule.Pattern pattern, Set<String> unboundIdentifiers, BoundIdentifiers boundIdentifiers, List<org.drools.core.rule.Declaration> factDeclarations)
-