Package | Description |
---|---|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
org.drools.compiler.lang.descr | |
org.drools.compiler.rule.builder |
Modifier and Type | Method and Description |
---|---|
AnnotationDescr |
DRL6Expressions.fullAnnotation(AnnotatedDescrBuilder inDescrBuilder) |
AnnotationDescr |
DRL5Expressions.fullAnnotation(AnnotatedDescrBuilder inDescrBuilder) |
Modifier and Type | Method and Description |
---|---|
void |
DRL6Expressions.annotationArgs(AnnotationDescr descr) |
void |
DRL5Expressions.annotationArgs(AnnotationDescr descr) |
void |
DRL6Expressions.annotationElementValuePair(AnnotationDescr descr) |
void |
DRL5Expressions.annotationElementValuePair(AnnotationDescr descr) |
void |
DRL6Expressions.annotationElementValuePairs(AnnotationDescr descr) |
void |
DRL5Expressions.annotationElementValuePairs(AnnotationDescr descr) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationDescr> |
AnnotatedBaseDescr.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
AnnotationDescr |
AnnotatedBaseDescr.addAnnotation(AnnotationDescr annotation)
Assigns a new annotation to this type
|
Modifier and Type | Method and Description |
---|---|
protected void |
PatternBuilder.processListenedPropertiesAnnotation(RuleBuildContext context,
PatternDescr patternDescr,
org.drools.core.rule.Pattern pattern,
Map<String,AnnotationDescr> annotationMap) |
protected void |
PatternBuilder.processMetadataAnnotations(org.drools.core.rule.Pattern pattern,
Map<String,AnnotationDescr> annotationMap) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.