Drools :: Core 6.1.0.Beta1

org.drools.core.rule.builder.dialect.asm
Class GeneratorHelper

java.lang.Object
  extended by org.drools.core.rule.builder.dialect.asm.GeneratorHelper

public final class GeneratorHelper
extends Object


Nested Class Summary
static class GeneratorHelper.DeclarationAccessorMethod
           
static class GeneratorHelper.DeclarationMatcher
           
static class GeneratorHelper.EqualsMethod
           
static class GeneratorHelper.EvaluateMethod
           
static class GeneratorHelper.GetMethodBytecodeMethod
           
 
Field Summary
static Long INVOKER_SERIAL_UID
           
 
Constructor Summary
GeneratorHelper()
           
 
Method Summary
static ClassGenerator createInvokerClassGenerator(String className, InvokerDataProvider data, ClassLoader classLoader, TypeResolver typeResolver)
           
static List<GeneratorHelper.DeclarationMatcher> matchDeclarationsToTuple(Declaration[] declarations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVOKER_SERIAL_UID

public static final Long INVOKER_SERIAL_UID
Constructor Detail

GeneratorHelper

public GeneratorHelper()
Method Detail

matchDeclarationsToTuple

public static List<GeneratorHelper.DeclarationMatcher> matchDeclarationsToTuple(Declaration[] declarations)

createInvokerClassGenerator

public static ClassGenerator createInvokerClassGenerator(String className,
                                                         InvokerDataProvider data,
                                                         ClassLoader classLoader,
                                                         TypeResolver typeResolver)

Drools :: Core 6.1.0.Beta1

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