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(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JPackage.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
           
 JAnnotationUse JMethod.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JEnumConstant.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JDefinedClass.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adding ability to annotate a class
 JAnnotationUse JAnnotationUse.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Deprecated. use JAnnotationArrayMember.annotate(java.lang.Class)
 JAnnotationUse JAnnotationArrayMember.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds a new annotation to the array.
 JAnnotationUse JAnnotatable.annotate(java.lang.Class<? extends java.lang.annotation.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(java.lang.String name, java.lang.Class<? extends java.lang.annotation.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(java.lang.String name, boolean value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, byte value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, char value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, java.lang.Class<?> value)
          Adds a member value pair to this annotation This can be used for e.g to specify
 JAnnotationUse JAnnotationUse.param(java.lang.String name, double value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, java.lang.Enum<?> value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, float value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, int value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, JEnumConstant value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, JExpression value)
          Adds a member value pair to this annotation.
 JAnnotationUse JAnnotationUse.param(java.lang.String name, JType type)
          Adds a member value pair to this annotation based on the type represented by the given JType
 JAnnotationUse JAnnotationUse.param(java.lang.String name, long value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, short value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, java.lang.String value)
          Adds a member value pair to this annotation
 

Methods in com.sun.codemodel that return types with arguments of type JAnnotationUse
 java.util.Collection<JAnnotationUse> JVar.annotations()
           
 java.util.Collection<JAnnotationUse> JPackage.annotations()
           
 java.util.Collection<JAnnotationUse> JMethod.annotations()
           
 java.util.Collection<JAnnotationUse> JEnumConstant.annotations()
          JAnnotatable.annotations()
 java.util.Collection<JAnnotationUse> JDefinedClass.annotations()
          JAnnotatable.annotations()
 java.util.Collection<JAnnotationUse> JAnnotationArrayMember.annotations()
          JAnnotatable.annotations()
 java.util.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)
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.