Codemodel 2.6-redhat-2

Uses of Class
com.sun.codemodel.JAnnotationUse

Packages that use JAnnotationUse
com.sun.codemodel Library for generating Java source code 
 

Uses of JAnnotationUse in com.sun.codemodel
 

Methods in com.sun.codemodel that return JAnnotationUse
 JAnnotationUse JVar.annotate(Class<? extends Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JPackage.annotate(Class<? extends Annotation> clazz)
           
 JAnnotationUse JMethod.annotate(Class<? extends Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JEnumConstant.annotate(Class<? extends Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JDefinedClass.annotate(Class<? extends Annotation> clazz)
          Adding ability to annotate a class
 JAnnotationUse JAnnotationUse.annotate(Class<? extends Annotation> clazz)
          Deprecated. use JAnnotationArrayMember.annotate(java.lang.Class)
 JAnnotationUse JAnnotationArrayMember.annotate(Class<? extends Annotation> clazz)
          Adds a new annotation to the array.
 JAnnotationUse JAnnotatable.annotate(Class<? extends Annotation> clazz)
          Adds an annotation to this program element.
 JAnnotationUse JVar.annotate(JClass clazz)
          Adds an annotation to this variable.
 JAnnotationUse JPackage.annotate(JClass clazz)
           
 JAnnotationUse JMethod.annotate(JClass clazz)
          Adds an annotation to this variable.
 JAnnotationUse JEnumConstant.annotate(JClass clazz)
          Adds an annotation to this variable.
 JAnnotationUse JDefinedClass.annotate(JClass clazz)
          Adding ability to annotate a class
 JAnnotationUse JAnnotationArrayMember.annotate(JClass clazz)
          Adds a new annotation to the array.
 JAnnotationUse JAnnotatable.annotate(JClass clazz)
          Adds an annotation to this program element.
 JAnnotationUse JAnnotationUse.annotationParam(String name, Class<? extends Annotation> value)
          Adds a member value pair to this annotation For adding class values as param
 JAnnotationUse JAnnotationWriter.getAnnotationUse()
          Gets the underlying annotation use object to which we are writing.
 JAnnotationUse JAnnotationUse.param(String name, boolean value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, byte value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, char value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, Class<?> value)
          Adds a member value pair to this annotation This can be used for e.g to specify
 JAnnotationUse JAnnotationUse.param(String name, double value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, Enum<?> value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, float value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, int value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, JEnumConstant value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, JExpression value)
          Adds a member value pair to this annotation.
 JAnnotationUse JAnnotationUse.param(String name, JType type)
          Adds a member value pair to this annotation based on the type represented by the given JType
 JAnnotationUse JAnnotationUse.param(String name, long value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, short value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(String name, String value)
          Adds a member value pair to this annotation
 

Methods in com.sun.codemodel that return types with arguments of type JAnnotationUse
 Collection<JAnnotationUse> JVar.annotations()
           
 Collection<JAnnotationUse> JPackage.annotations()
           
 Collection<JAnnotationUse> JMethod.annotations()
           
 Collection<JAnnotationUse> JEnumConstant.annotations()
          JAnnotatable.annotations()
 Collection<JAnnotationUse> JDefinedClass.annotations()
          JAnnotatable.annotations()
 Collection<JAnnotationUse> JAnnotationArrayMember.annotations()
          JAnnotatable.annotations()
 Collection<JAnnotationUse> JAnnotatable.annotations()
          Read-only live view of all annotations on this JAnnotatable
 

Methods in com.sun.codemodel with parameters of type JAnnotationUse
 JAnnotationArrayMember JAnnotationArrayMember.param(JAnnotationUse value)
          Deprecated. use JAnnotationArrayMember.annotate(java.lang.Class)
 


Codemodel 2.6-redhat-2

Copyright © 2005-2012 Oracle. All Rights Reserved.