Package org.drools.mvel.asm
Class GeneratorHelper
- java.lang.Object
-
- org.drools.mvel.asm.GeneratorHelper
-
public final class GeneratorHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneratorHelper.DeclarationAccessorMethodstatic classGeneratorHelper.DeclarationMatcherstatic classGeneratorHelper.EqualsMethodstatic classGeneratorHelper.EvaluateMethodstatic classGeneratorHelper.GetMethodBytecodeMethod
-
Field Summary
Fields Modifier and Type Field Description static LongINVOKER_SERIAL_UID
-
Constructor Summary
Constructors Constructor Description GeneratorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClassGeneratorcreateInvokerClassGenerator(String className, org.drools.core.rule.builder.dialect.asm.InvokerDataProvider data, ClassLoader classLoader, org.drools.core.addon.TypeResolver typeResolver)static List<GeneratorHelper.DeclarationMatcher>matchDeclarationsToTuple(org.drools.core.rule.Declaration[] declarations)
-
-
-
Field Detail
-
INVOKER_SERIAL_UID
public static final Long INVOKER_SERIAL_UID
-
-
Method Detail
-
matchDeclarationsToTuple
public static List<GeneratorHelper.DeclarationMatcher> matchDeclarationsToTuple(org.drools.core.rule.Declaration[] declarations)
-
createInvokerClassGenerator
public static ClassGenerator createInvokerClassGenerator(String className, org.drools.core.rule.builder.dialect.asm.InvokerDataProvider data, ClassLoader classLoader, org.drools.core.addon.TypeResolver typeResolver)
-
-