|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.util.ClassFile.LocalVariableTableAttribute.Entry
public static class ClassFile.LocalVariableTableAttribute.Entry
The structure of the entries in the local_variable_table, as described in JVMS7 4.7.13.
| Field Summary | |
|---|---|
short |
descriptorIndex
The fields of the entries in the local_variable_table, as described in JVMS7 4.7.13. |
short |
index
The fields of the entries in the local_variable_table, as described in JVMS7 4.7.13. |
short |
length
The fields of the entries in the local_variable_table, as described in JVMS7 4.7.13. |
short |
nameIndex
The fields of the entries in the local_variable_table, as described in JVMS7 4.7.13. |
short |
startPC
The fields of the entries in the local_variable_table, as described in JVMS7 4.7.13. |
| Constructor Summary | |
|---|---|
ClassFile.LocalVariableTableAttribute.Entry(short startPc,
short length,
short nameIndex,
short descriptorIndex,
short index)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final short startPC
local_variable_table, as described in JVMS7 4.7.13.
public final short length
local_variable_table, as described in JVMS7 4.7.13.
public final short nameIndex
local_variable_table, as described in JVMS7 4.7.13.
public final short descriptorIndex
local_variable_table, as described in JVMS7 4.7.13.
public final short index
local_variable_table, as described in JVMS7 4.7.13.
| Constructor Detail |
|---|
public ClassFile.LocalVariableTableAttribute.Entry(short startPc,
short length,
short nameIndex,
short descriptorIndex,
short index)
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||