当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
CompiledInvoker (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.spi
Interface CompiledInvoker
- All Superinterfaces:
- Invoker, RuleComponent, Serializable
public interface CompiledInvoker
- extends Invoker
This interface is used by semantic modules that are compiled
to bytecode.
- Author:
- Michael Neale
Method Summary |
List |
getMethodBytecode()
Generated code should be able to return a List which represents the bytecode. |
getMethodBytecode
List getMethodBytecode()
- Generated code should be able to return a List which represents the bytecode.
The elements in the list will be used to compare one semantic invoker
with another by making sure each item in the list is equivalent (equals()).
There are utilities in the ASM package to retrieve the bytecode for this.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.