|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalVariableTable | |
---|---|
org.jikesrvm.classloader |
Uses of LocalVariableTable in org.jikesrvm.classloader |
---|
Fields in org.jikesrvm.classloader with type parameters of type LocalVariableTable | |
---|---|
private static HashMapRVM<NormalMethod,LocalVariableTable> |
NormalMethod.localVariableTables
the local variable table |
Methods in org.jikesrvm.classloader that return LocalVariableTable | |
---|---|
LocalVariableTable |
NormalMethod.getLocalVariableTable()
|
(package private) static LocalVariableTable |
LocalVariableTable.readLocalVariableTable(DataInputStream input,
int[] constantPool)
Read the local variable table |
Constructors in org.jikesrvm.classloader with parameters of type LocalVariableTable | |
---|---|
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |