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 Primitive |
RVMType.BooleanType |
static Primitive |
RVMType.ByteType |
static Primitive |
RVMType.CharType |
static Primitive |
RVMType.DoubleType |
static Primitive |
RVMType.FloatType |
static Primitive |
RVMType.IntType |
static Primitive |
RVMType.LongType |
static Primitive |
RVMType.ShortType |
static Primitive |
RVMType.VoidType |
Modifier and Type | Method and Description |
---|---|
Primitive |
RVMType.asPrimitive() |
(package private) static Primitive |
Primitive.createPrimitive(TypeReference tr)
Creates an instance of a
Primitive . |