Uses of Class
org.drools.compiler.compiler.BoundIdentifiers
Packages that use BoundIdentifiers
Package
Description
This is the main package to load rules.
-
Uses of BoundIdentifiers in org.drools.compiler.compiler
Methods in org.drools.compiler.compiler that return BoundIdentifiersModifier and TypeMethodDescriptionAnalysisResult.getBoundIdentifiers()Returns the array of listsof bound identifiers Methods in org.drools.compiler.compiler with parameters of type BoundIdentifiersModifier and TypeMethodDescriptionDialect.analyzeBlock(PackageBuildContext context, BaseDescr descr, String text, BoundIdentifiers availableIdentifiers) Dialect.DummyDialect.analyzeBlock(PackageBuildContext context, BaseDescr descr, String text, BoundIdentifiers availableIdentifiers) Dialect.analyzeExpression(PackageBuildContext context, BaseDescr descr, Object content, BoundIdentifiers availableIdentifiers) Dialect.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 BoundIdentifiersModifier and TypeMethodDescriptionstatic voidPatternBuilder.createImplicitBindings(RuleBuildContext context, Pattern pattern, Set<String> unboundIdentifiers, BoundIdentifiers boundIdentifiers, List<Declaration> factDeclarations)