org.drools.rule.builder.dialect.asm
Class ConsequenceGenerator

java.lang.Object
  extended by org.drools.rule.builder.dialect.asm.InvokerGenerator
      extended by org.drools.rule.builder.dialect.asm.ConsequenceGenerator

public class ConsequenceGenerator
extends InvokerGenerator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.drools.rule.builder.dialect.asm.InvokerGenerator
InvokerGenerator.DeclarationMatcher, InvokerGenerator.EqualsMethod, InvokerGenerator.EvaluateMethod, InvokerGenerator.GetMethodBytecodeMethod
 
Field Summary
 
Fields inherited from class org.drools.rule.builder.dialect.asm.InvokerGenerator
INVOKER_EQUALS_METHOD, INVOKER_SERIAL_UID
 
Constructor Summary
ConsequenceGenerator()
           
 
Method Summary
static void generate(ConsequenceStub stub, KnowledgeHelper knowledgeHelper, WorkingMemory workingMemory)
           
 
Methods inherited from class org.drools.rule.builder.dialect.asm.InvokerGenerator
createInvokerClassGenerator, createInvokerClassGenerator, createInvokerStubGenerator, createStubGenerator, getCompositeClassLoader, getCompositeClassLoader, getTypeResolver, matchDeclarationsToTuple
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsequenceGenerator

public ConsequenceGenerator()
Method Detail

generate

public static void generate(ConsequenceStub stub,
                            KnowledgeHelper knowledgeHelper,
                            WorkingMemory workingMemory)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.