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