public static class ClassFile.LocalVariableTableAttribute.Entry extends Object
local_variable_table
, as described in JVMS7 4.7.13.Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Entry(short startPc,
short length,
short nameIndex,
short descriptorIndex,
short index) |
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.Copyright © 2001–2016. All rights reserved.