Uses of Class
org.drools.compiler.lang.descr.AnnotationDescr
-
Packages that use AnnotationDescr 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 -
-
Uses of AnnotationDescr in org.drools.compiler.compiler
Constructors in org.drools.compiler.compiler with parameters of type AnnotationDescr Constructor Description AnnotationDeclarationError(AnnotationDescr annotationDescr, String errorMessage) -
Uses of AnnotationDescr in org.drools.compiler.lang
Methods in org.drools.compiler.lang that return AnnotationDescr Modifier and Type Method Description AnnotationDescrDRL5Expressions. fullAnnotation(AnnotatedDescrBuilder inDescrBuilder)AnnotationDescrDRL6Expressions. fullAnnotation(AnnotatedDescrBuilder inDescrBuilder)Methods in org.drools.compiler.lang with parameters of type AnnotationDescr Modifier and Type Method Description voidDRL5Expressions. annotationArgs(AnnotationDescr descr)voidDRL6Expressions. annotationArgs(AnnotationDescr descr, AnnotatedDescrBuilder inDescrBuilder)voidDRL5Expressions. annotationElementValuePair(AnnotationDescr descr)voidDRL6Expressions. annotationElementValuePair(AnnotationDescr descr, AnnotatedDescrBuilder inDescrBuilder)voidDRL5Expressions. annotationElementValuePairs(AnnotationDescr descr)voidDRL6Expressions. annotationElementValuePairs(AnnotationDescr descr, AnnotatedDescrBuilder inDescrBuilder) -
Uses of AnnotationDescr in org.drools.compiler.lang.descr
Methods in org.drools.compiler.lang.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.compiler.lang.descr that return types with arguments of type AnnotationDescr Modifier and Type Method Description Collection<AnnotationDescr>AnnotatedBaseDescr. getAnnotations()Methods in org.drools.compiler.lang.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) -
Uses of AnnotationDescr in org.drools.compiler.rule.builder.util
Methods in org.drools.compiler.rule.builder.util with parameters of type AnnotationDescr Modifier and Type Method Description static AnnotationAnnotationFactory. buildAnnotation(AnnotationDescr annotationDescr, Class<?> annotationClass)static AnnotationAnnotationFactory. buildAnnotation(org.drools.core.addon.TypeResolver typeResolver, AnnotationDescr annotationDescr)Constructors in org.drools.compiler.rule.builder.util with parameters of type AnnotationDescr Constructor Description AnnotationInvocationHandler(Class<?> annotationClass, AnnotationDescr annotationDescr)
-