Package org.drools.mvel.asm
Class GeneratorHelper
java.lang.Object
org.drools.mvel.asm.GeneratorHelper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassGeneratorcreateInvokerClassGenerator(String className, InvokerDataProvider data, ClassLoader classLoader, org.drools.util.TypeResolver typeResolver) matchDeclarationsToTuple(org.drools.base.rule.Declaration[] declarations)
-
Field Details
-
INVOKER_SERIAL_UID
-
-
Constructor Details
-
GeneratorHelper
public GeneratorHelper()
-
-
Method Details
-
matchDeclarationsToTuple
public static List<GeneratorHelper.DeclarationMatcher> matchDeclarationsToTuple(org.drools.base.rule.Declaration[] declarations) -
createInvokerClassGenerator
public static ClassGenerator createInvokerClassGenerator(String className, InvokerDataProvider data, ClassLoader classLoader, org.drools.util.TypeResolver typeResolver)
-