| Package | Description |
|---|---|
| org.jikesrvm.classloader |
Provides classes that implement the classloading system as well as
data types that represent Java entities like classes, fields, methods
and primitives.
|
| Modifier and Type | Field and Description |
|---|---|
private RVMAnnotation.AnnotationMember[] |
RVMAnnotation.elementValuePairs
Members of this annotation
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static RVMAnnotation.AnnotationMember |
RVMAnnotation.AnnotationMember.readAnnotationMember(TypeReference type,
int[] constantPool,
DataInputStream input,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
int |
RVMAnnotation.AnnotationMember.compareTo(RVMAnnotation.AnnotationMember am) |
| Constructor and Description |
|---|
RVMAnnotation(TypeReference type,
RVMAnnotation.AnnotationMember[] elementValuePairs)
Construct a read annotation
|