|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationDescr | |
---|---|
org.drools.lang | This contains the parser and utilities for the native DRL format, for handling DRL source. |
org.drools.lang.descr | |
org.drools.rule.builder |
Uses of AnnotationDescr in org.drools.lang |
---|
Methods in org.drools.lang that return AnnotationDescr | |
---|---|
AnnotationDescr |
DRLExpressions.fullAnnotation(AnnotatedDescrBuilder inDescrBuilder)
|
Methods in org.drools.lang with parameters of type AnnotationDescr | |
---|---|
void |
DRLExpressions.annotationArgs(AnnotationDescr descr)
|
void |
DRLExpressions.annotationElementValuePair(AnnotationDescr descr)
|
void |
DRLExpressions.annotationElementValuePairs(AnnotationDescr descr)
|
Uses of AnnotationDescr in org.drools.lang.descr |
---|
Methods in org.drools.lang.descr that return AnnotationDescr | |
---|---|
AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(AnnotationDescr annotation)
Assigns a new annotation to this type |
AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(String name,
String value)
Assigns a new annotation to this type with the respective name and value |
AnnotationDescr |
AnnotatedBaseDescr.getAnnotation(String name)
Returns the annotation with the given name |
Methods in org.drools.lang.descr that return types with arguments of type AnnotationDescr | |
---|---|
Map<String,AnnotationDescr> |
AnnotatedBaseDescr.getAnnotations()
|
Methods in org.drools.lang.descr with parameters of type AnnotationDescr | |
---|---|
AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(AnnotationDescr annotation)
Assigns a new annotation to this type |
Uses of AnnotationDescr in org.drools.rule.builder |
---|
Method parameters in org.drools.rule.builder with type arguments of type AnnotationDescr | |
---|---|
protected void |
PatternBuilder.processListenedPropertiesAnnotation(RuleBuildContext context,
PatternDescr patternDescr,
Pattern pattern,
Map<String,AnnotationDescr> annotationMap)
|
protected void |
PatternBuilder.processMetadataAnnotations(Pattern pattern,
Map<String,AnnotationDescr> annotationMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |