Drools :: Compiler 6.2.0.Final

Uses of Class
org.drools.compiler.lang.descr.AnnotationDescr

Packages that use AnnotationDescr
org.drools.compiler.compiler This is the main package to load rules. 
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.util   
 

Uses of AnnotationDescr in org.drools.compiler.compiler
 

Constructors in org.drools.compiler.compiler with parameters of type AnnotationDescr
AnnotationDeclarationError(AnnotationDescr annotationDescr, String errorMessage)
           
 

Uses of AnnotationDescr in org.drools.compiler.lang
 

Methods in org.drools.compiler.lang that return AnnotationDescr
 AnnotationDescr DRL6Expressions.fullAnnotation(AnnotatedDescrBuilder inDescrBuilder)
           
 AnnotationDescr DRL5Expressions.fullAnnotation(AnnotatedDescrBuilder inDescrBuilder)
           
 

Methods in org.drools.compiler.lang with parameters of type AnnotationDescr
 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)
           
 

Uses of AnnotationDescr in org.drools.compiler.lang.descr
 

Methods in org.drools.compiler.lang.descr that return AnnotationDescr
 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
 

Methods in org.drools.compiler.lang.descr that return types with arguments of type AnnotationDescr
 Collection<AnnotationDescr> AnnotatedBaseDescr.getAnnotations()
           
 

Methods in org.drools.compiler.lang.descr with parameters of type AnnotationDescr
 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)
           
 

Uses of AnnotationDescr in org.drools.compiler.rule.builder.util
 

Methods in org.drools.compiler.rule.builder.util with parameters of type AnnotationDescr
static Annotation AnnotationFactory.buildAnnotation(AnnotationDescr annotationDescr, Class<?> annotationClass)
           
static Annotation AnnotationFactory.buildAnnotation(org.drools.core.base.TypeResolver typeResolver, AnnotationDescr annotationDescr)
           
 

Constructors in org.drools.compiler.rule.builder.util with parameters of type AnnotationDescr
AnnotationFactory.AnnotationInvocationHandler(Class<?> annotationClass, AnnotationDescr annotationDescr)
           
 


Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.