|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.classloader.LocalVariableTable
public final class LocalVariableTable
A java method's local variable information
| Nested Class Summary | |
|---|---|
(package private) static class |
LocalVariableTable.LocalVariable
Information needed to describe a local variable |
| Field Summary | |
|---|---|
private LocalVariableTable.LocalVariable[] |
locals
Local variables in this table |
| Constructor Summary | |
|---|---|
LocalVariableTable(LocalVariableTable.LocalVariable[] locals)
Construct the local variable table |
|
| Method Summary | |
|---|---|
(package private) static LocalVariableTable |
readLocalVariableTable(DataInputStream input,
int[] constantPool)
Read the local variable table |
String |
toString()
String representation of the local variable table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final LocalVariableTable.LocalVariable[] locals
| Constructor Detail |
|---|
LocalVariableTable(LocalVariableTable.LocalVariable[] locals)
locals - | Method Detail |
|---|
static LocalVariableTable readLocalVariableTable(DataInputStream input,
int[] constantPool)
throws IOException
IOExceptionpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||