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 | Class and Description |
---|---|
class |
AbstractMethod
An abstract method of a java class.
|
class |
NativeMethod
A native method of a java class.
|
class |
NormalMethod
A method of a java class that has bytecodes.
|
class |
Primitive
Description of a java "primitive" type (int, float, etc.)
|
class |
RVMArray
Description of a java "array" type.
|
class |
RVMClass
Description of a java "class" type.
|
class |
RVMField
A field of a java class.
|
class |
RVMMember
A field or method of a java class.
|
class |
RVMMethod
A method of a java class corresponding to a method_info structure
in the class file.
|
class |
RVMType
A description of a java type.
|
class |
UnboxedType
Description of an Unboxed Magic type.
|