public final class GeneratorHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneratorHelper.DeclarationAccessorMethod |
static class |
GeneratorHelper.DeclarationMatcher |
static class |
GeneratorHelper.EqualsMethod |
static class |
GeneratorHelper.EvaluateMethod |
static class |
GeneratorHelper.GetMethodBytecodeMethod |
| Modifier and Type | Field and Description |
|---|---|
static Long |
INVOKER_SERIAL_UID |
| Constructor and Description |
|---|
GeneratorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ClassGenerator |
createInvokerClassGenerator(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) |
public static final Long INVOKER_SERIAL_UID
public static List<GeneratorHelper.DeclarationMatcher> matchDeclarationsToTuple(org.drools.core.rule.Declaration[] declarations)
public static ClassGenerator createInvokerClassGenerator(String className, org.drools.core.rule.builder.dialect.asm.InvokerDataProvider data, ClassLoader classLoader, org.drools.core.addon.TypeResolver typeResolver)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.