public abstract class AbstractASMPredicateBuilder extends Object implements org.drools.compiler.rule.builder.PredicateBuilder
| Constructor and Description |
|---|
AbstractASMPredicateBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(org.drools.compiler.rule.builder.RuleBuildContext context,
org.drools.compiler.compiler.BoundIdentifiers usedIdentifiers,
org.drools.core.rule.Declaration[] previousDeclarations,
org.drools.core.rule.Declaration[] localDeclarations,
org.drools.core.rule.PredicateConstraint predicateConstraint,
org.drools.compiler.lang.descr.PredicateDescr predicateDescr,
org.drools.compiler.compiler.AnalysisResult analysis) |
protected abstract byte[] |
createPredicateBytecode(org.drools.compiler.rule.builder.RuleBuildContext context,
Map<String,Object> vars) |
public void build(org.drools.compiler.rule.builder.RuleBuildContext context,
org.drools.compiler.compiler.BoundIdentifiers usedIdentifiers,
org.drools.core.rule.Declaration[] previousDeclarations,
org.drools.core.rule.Declaration[] localDeclarations,
org.drools.core.rule.PredicateConstraint predicateConstraint,
org.drools.compiler.lang.descr.PredicateDescr predicateDescr,
org.drools.compiler.compiler.AnalysisResult analysis)
build in interface org.drools.compiler.rule.builder.PredicateBuilderCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.