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

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

public class PredicateGenerator
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
PredicateGenerator()
           
 
Method Summary
static void generate(PredicateStub stub, Object object, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, 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

PredicateGenerator

public PredicateGenerator()
Method Detail

generate

public static void generate(PredicateStub stub,
                            Object object,
                            Tuple tuple,
                            Declaration[] previousDeclarations,
                            Declaration[] localDeclarations,
                            WorkingMemory workingMemory,
                            Object context)


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