|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalVariableTableAttribute
Class representing a Local Variable Table Attribute. The LocalVariableTable attribute is an optional variable-length attribute of a Code attribute. It may be used by debuggers to determine the value of a given local variable during the execution of a method. If LocalVariableTable attributes are present in the attributes table of a given Code attribute, then they may appear in any order. There may be no more than one LocalVariableTable attribute per local variable in the Code attribute.
| Method Summary | |
|---|---|
CodeAttribute |
getAttributeContainer()
Get the reference to the CodeAttribute containing the current
LocalVariableTableAttribute. |
java.util.List<LocalVariableTableEntry> |
getLocalVariableTable()
Each entry in the local_variable_table array indicates a range of code array offsets within which a local variable has a value. |
int |
getLocalVariableTableLength()
The value of the local_variable_table_length item indicates the number of entries in the local_variable_table array. |
void |
setAttributeContainer(CodeAttribute attribute)
Set the reference to the CodeAttribute containing the current
LocalVariableTableAttribute. |
| Methods inherited from interface jef.dna.attributes.Attribute |
|---|
clone, fromStream, getDna, getLength, getNameIndex, setDna, setNameIndex, toStream, updateRefs, validate |
| Methods inherited from interface jef.dna.util.BytesCountable |
|---|
getBytesCount |
| Method Detail |
|---|
int getLocalVariableTableLength()
java.util.List<LocalVariableTableEntry> getLocalVariableTable()
List storing LocalVariableTableEntry instancesvoid setAttributeContainer(CodeAttribute attribute)
CodeAttribute containing the current
LocalVariableTableAttribute.
attribute - The containerCodeAttribute getAttributeContainer()
CodeAttribute containing the current
LocalVariableTableAttribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||