Uses of Class
org.drools.drl.ast.descr.AnnotationDescr
-
Packages that use AnnotationDescr Package Description org.drools.drl.ast.descr -
-
Uses of AnnotationDescr in org.drools.drl.ast.descr
Methods in org.drools.drl.ast.descr that return AnnotationDescr Modifier and Type Method Description AnnotationDescrAnnotatedBaseDescr. addAnnotation(String name, String value)Assigns a new annotation to this type with the respective name and valueprotected AnnotationDescrAnnotatedBaseDescr. addAnnotation(String name, AnnotationDescr annotation)AnnotationDescrAnnotatedBaseDescr. addAnnotation(AnnotationDescr annotation)Assigns a new annotation to this typeAnnotationDescrAnnotatedBaseDescr. addQualifiedAnnotation(AnnotationDescr annotation)AnnotationDescrAnnotatedBaseDescr. getAnnotation(Class<? extends Annotation> annotationClass)AnnotationDescrAnnotatedBaseDescr. getAnnotation(String name)Returns the annotation with the given nameMethods in org.drools.drl.ast.descr that return types with arguments of type AnnotationDescr Modifier and Type Method Description Collection<AnnotationDescr>AnnotatedBaseDescr. getAnnotations()Methods in org.drools.drl.ast.descr with parameters of type AnnotationDescr Modifier and Type Method Description protected AnnotationDescrAnnotatedBaseDescr. addAnnotation(String name, AnnotationDescr annotation)AnnotationDescrAnnotatedBaseDescr. addAnnotation(AnnotationDescr annotation)Assigns a new annotation to this typeAnnotationDescrAnnotatedBaseDescr. addQualifiedAnnotation(AnnotationDescr annotation)
-