|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Annotation | |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of Annotation in org.multijava.util.classfile |
| Methods in org.multijava.util.classfile that return Annotation | |
Annotation |
RuntimeVisibleAnnotationsAttribute.get(java.lang.String name)
Return the annotation given by the name, or null if no such annotation has been attached to the element. |
Annotation |
RuntimeVisibleParameterAnnotationsAttribute.get(int param,
java.lang.String name)
Return the annotation of a given type for the specified parameter given by its index, or null if no such annotation has been attached to the parameter. |
| Constructors in org.multijava.util.classfile with parameters of type Annotation | |
Annotation.ElementValuePair(java.lang.String name,
AnnotElementValue value)
Construct a new element-value pair for an annotation structure. |
|
Annotation.ElementValuePair(ConstantPool cp,
java.io.DataInput in)
Construct an element-value pair in an annotation structure from a classfile stream. |
|
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||