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 static HashMapRVM<NormalMethod,LocalVariableTable> |
NormalMethod.localVariableTables
the local variable table
|
Modifier and Type | Method and Description |
---|---|
LocalVariableTable |
NormalMethod.getLocalVariableTable() |
(package private) static LocalVariableTable |
LocalVariableTable.readLocalVariableTable(DataInputStream input,
int[] constantPool) |
Constructor and Description |
---|
NormalMethod(TypeReference dc,
MemberReference mr,
short mo,
TypeReference[] et,
short lw,
short ow,
byte[] bc,
ExceptionHandlerMap eMap,
int[] lm,
LocalVariableTable lvt,
int[] constantPool,
Atom sig,
RVMAnnotation[] annotations,
RVMAnnotation[][] parameterAnnotations,
Object ad)
Construct a normal Java bytecode method's information
|