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

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

public class EvalGenerator
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
EvalGenerator()
           
 
Method Summary
static void generate(EvalStub stub, Tuple tuple, Declaration[] declarations, WorkingMemory workingMemory, Object context)
           
 
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

EvalGenerator

public EvalGenerator()
Method Detail

generate

public static void generate(EvalStub stub,
                            Tuple tuple,
                            Declaration[] declarations,
                            WorkingMemory workingMemory,
                            Object context)


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