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 |
---|---|
static UnboxedType |
RVMType.AddressType |
static UnboxedType |
RVMType.CodeType |
static UnboxedType |
RVMType.ExtentType |
static UnboxedType |
RVMType.OffsetType |
static UnboxedType |
RVMType.WordType |
Modifier and Type | Method and Description |
---|---|
UnboxedType |
RVMType.asUnboxedType() |
(package private) static UnboxedType |
UnboxedType.createUnboxedType(TypeReference tr)
Create an instance of a
UnboxedType |