Rizin
unix-like reverse engineering framework and cli tools
|
#include <class_local_variable.h>
Public Attributes | |
ut16 | start_pc |
ut16 | length |
ut16 | name_index |
ut16 | descriptor_index |
ut16 | index |
Definition at line 8 of file class_local_variable.h.
ut16 java_local_variable_table_t::descriptor_index |
Definition at line 12 of file class_local_variable.h.
Referenced by java_attribute_set_localvariabletable().
ut16 java_local_variable_table_t::index |
Definition at line 13 of file class_local_variable.h.
Referenced by java_attribute_set_localvariabletable().
ut16 java_local_variable_table_t::length |
Definition at line 10 of file class_local_variable.h.
Referenced by java_attribute_set_localvariabletable().
ut16 java_local_variable_table_t::name_index |
Definition at line 11 of file class_local_variable.h.
Referenced by java_attribute_set_localvariabletable().
ut16 java_local_variable_table_t::start_pc |
Definition at line 9 of file class_local_variable.h.
Referenced by java_attribute_set_localvariabletable().