Uses of Class
javassist.bytecode.annotation.Annotation

Packages that use Annotation
javassist.bytecode Bytecode-level API. 
javassist.bytecode.annotation Annotations. 
 

Uses of Annotation in javassist.bytecode
 

Methods in javassist.bytecode that return Annotation
 Annotation[][] ParameterAnnotationsAttribute.getAnnotations()
          Parses the annotations and returns a data structure representing that parsed annotations.
 Annotation AnnotationsAttribute.getAnnotation(java.lang.String type)
          Parses the annotations and returns a data structure representing the annotation with the specified type.
 Annotation[] AnnotationsAttribute.getAnnotations()
          Parses the annotations and returns a data structure representing that parsed annotations.
 

Methods in javassist.bytecode with parameters of type Annotation
 void ParameterAnnotationsAttribute.setAnnotations(Annotation[][] params)
          Changes the annotations represented by this object according to the given array of Annotation objects.
 void AnnotationsAttribute.addAnnotation(Annotation annotation)
          Adds an annotation.
 void AnnotationsAttribute.setAnnotations(Annotation[] annotations)
          Changes the annotations represented by this object according to the given array of Annotation objects.
 void AnnotationsAttribute.setAnnotation(Annotation annotation)
          Changes the annotations.
 

Uses of Annotation in javassist.bytecode.annotation
 

Methods in javassist.bytecode.annotation that return Annotation
 Annotation AnnotationMemberValue.getValue()
          Obtains the value.
 

Methods in javassist.bytecode.annotation with parameters of type Annotation
 void AnnotationMemberValue.setValue(Annotation newValue)
          Sets the value of this member.
 

Constructors in javassist.bytecode.annotation with parameters of type Annotation
AnnotationMemberValue(Annotation a, ConstPool cp)
          Constructs an annotation member.
 



Javassist, a Java-bytecode translator toolkit. Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.