org.drools.compiler.rule.builder.dialect.asm
Class AbstractASMPredicateBuilder
java.lang.Object
org.drools.compiler.rule.builder.dialect.asm.AbstractASMPredicateBuilder
- All Implemented Interfaces:
- PredicateBuilder
- Direct Known Subclasses:
- ASMPredicateStubBuilder
public abstract class AbstractASMPredicateBuilder
- extends Object
- implements PredicateBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractASMPredicateBuilder
public AbstractASMPredicateBuilder()
build
public void 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)
- Specified by:
build in interface PredicateBuilder
createPredicateBytecode
protected abstract byte[] createPredicateBytecode(RuleBuildContext context,
Map<String,Object> vars)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.