| Package | Description |
|---|---|
| org.drools.compiler.compiler |
This is the main package to load rules.
|
| org.drools.compiler.lang | |
| org.drools.compiler.lang.descr | |
| org.drools.compiler.rule.builder.util |
| Constructor and Description |
|---|
AnnotationDeclarationError(AnnotationDescr annotationDescr,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationDescr |
DRL6Expressions.fullAnnotation(AnnotatedDescrBuilder inDescrBuilder) |
AnnotationDescr |
DRL5Expressions.fullAnnotation(AnnotatedDescrBuilder inDescrBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
DRL5Expressions.annotationArgs(AnnotationDescr descr) |
void |
DRL6Expressions.annotationArgs(AnnotationDescr descr,
AnnotatedDescrBuilder inDescrBuilder) |
void |
DRL5Expressions.annotationElementValuePair(AnnotationDescr descr) |
void |
DRL6Expressions.annotationElementValuePair(AnnotationDescr descr,
AnnotatedDescrBuilder inDescrBuilder) |
void |
DRL5Expressions.annotationElementValuePairs(AnnotationDescr descr) |
void |
DRL6Expressions.annotationElementValuePairs(AnnotationDescr descr,
AnnotatedDescrBuilder inDescrBuilder) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(AnnotationDescr annotation)
Assigns a new annotation to this type
|
protected AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(String name,
AnnotationDescr annotation) |
AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(String name,
String value)
Assigns a new annotation to this type with the respective name and value
|
AnnotationDescr |
AnnotatedBaseDescr.addQualifiedAnnotation(AnnotationDescr annotation) |
AnnotationDescr |
AnnotatedBaseDescr.getAnnotation(Class<? extends Annotation> annotationClass) |
AnnotationDescr |
AnnotatedBaseDescr.getAnnotation(String name)
Returns the annotation with the given name
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AnnotationDescr> |
AnnotatedBaseDescr.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(AnnotationDescr annotation)
Assigns a new annotation to this type
|
protected AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(String name,
AnnotationDescr annotation) |
AnnotationDescr |
AnnotatedBaseDescr.addQualifiedAnnotation(AnnotationDescr annotation) |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
AnnotationFactory.buildAnnotation(AnnotationDescr annotationDescr,
Class<?> annotationClass) |
static Annotation |
AnnotationFactory.buildAnnotation(org.drools.core.addon.TypeResolver typeResolver,
AnnotationDescr annotationDescr) |
| Constructor and Description |
|---|
AnnotationInvocationHandler(Class<?> annotationClass,
AnnotationDescr annotationDescr) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.