Public Methods | |
String | getLocalVariableName (cp_info constant_pool[], int idx) |
String | getLocalVariableName (cp_info constant_pool[], int idx, int code) |
Public Attributes | |
int | local_variable_table_length |
local_variable_table_entry | local_variable_table [] |
Definition at line 116 of file LocalVariableTable_attribute.java.
|
Locates the name of the given local variable for the specified code offset.
Definition at line 139 of file LocalVariableTable_attribute.java. |
|
Locates the first name found for a given local variable.
Definition at line 128 of file LocalVariableTable_attribute.java. Referenced by CFG::jimplify().
|
|
Actual table of local variables. Definition at line 120 of file LocalVariableTable_attribute.java. |
|
Length of the local variable table. Definition at line 118 of file LocalVariableTable_attribute.java. |