Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.factmodel | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
org.drools.core.rule.builder.dialect.asm |
Modifier and Type | Class and Description |
---|---|
class |
ClassTypeResolver |
Modifier and Type | Method and Description |
---|---|
static AnnotationDefinition |
AnnotationDefinition.build(Class annotationClass,
Map<String,String> valueMap,
TypeResolver resolver) |
Modifier and Type | Method and Description |
---|---|
TypeResolver |
Package.getTypeResolver() |
Modifier and Type | Method and Description |
---|---|
void |
Package.setTypeResolver(TypeResolver typeResolver) |
Modifier and Type | Method and Description |
---|---|
static ClassGenerator |
GeneratorHelper.createInvokerClassGenerator(String className,
InvokerDataProvider data,
ClassLoader classLoader,
TypeResolver typeResolver) |
Constructor and Description |
---|
ClassGenerator(String className,
ClassLoader classLoader,
TypeResolver typeResolver) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.