Uses of Class
org.cojen.classfile.attribute.Annotation

Packages that use Annotation
org.cojen.classfile   
org.cojen.classfile.attribute   
 

Uses of Annotation in org.cojen.classfile
 

Methods in org.cojen.classfile that return Annotation
 Annotation FieldInfo.addRuntimeInvisibleAnnotation(TypeDesc type)
          Add a runtime invisible annotation.
 Annotation ClassFile.addRuntimeInvisibleAnnotation(TypeDesc type)
          Add a runtime invisible annotation.
 Annotation MethodInfo.addRuntimeInvisibleAnnotation(TypeDesc type)
          Add a runtime invisible annotation.
 Annotation FieldInfo.addRuntimeVisibleAnnotation(TypeDesc type)
          Add a runtime visible annotation.
 Annotation ClassFile.addRuntimeVisibleAnnotation(TypeDesc type)
          Add a runtime visible annotation.
 Annotation MethodInfo.addRuntimeVisibleAnnotation(TypeDesc type)
          Add a runtime visible annotation.
 Annotation[] FieldInfo.getRuntimeInvisibleAnnotations()
          Returns all the runtime invisible annotations defined for this class file, or an empty array if none.
 Annotation[] ClassFile.getRuntimeInvisibleAnnotations()
          Returns all the runtime invisible annotations defined for this class file, or an empty array if none.
 Annotation[] MethodInfo.getRuntimeInvisibleAnnotations()
          Returns all the runtime invisible annotations defined for this class file, or an empty array if none.
 Annotation[] FieldInfo.getRuntimeVisibleAnnotations()
          Returns all the runtime visible annotations defined for this class file, or an empty array if none.
 Annotation[] ClassFile.getRuntimeVisibleAnnotations()
          Returns all the runtime visible annotations defined for this class file, or an empty array if none.
 Annotation[] MethodInfo.getRuntimeVisibleAnnotations()
          Returns all the runtime visible annotations defined for this class file, or an empty array if none.
 

Uses of Annotation in org.cojen.classfile.attribute
 

Methods in org.cojen.classfile.attribute that return Annotation
 Annotation[][] ParameterAnnotationsAttr.getAnnotations()
          First array index is zero-based parameter number.
 Annotation[] AnnotationsAttr.getAnnotations()
           
 Annotation[] ParameterAnnotationsAttr.getAnnotations(int parameter)
           
 Annotation Annotation.makeAnnotation()
           
 

Methods in org.cojen.classfile.attribute with parameters of type Annotation
 void AnnotationsAttr.addAnnotation(Annotation annotation)
           
 void ParameterAnnotationsAttr.addAnnotation(int parameter, Annotation annotation)
           
 Annotation.MemberValue Annotation.makeMemberValue(Annotation value)
           
 void Annotation.putMemberValue(String name, Annotation value)
           
 



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.