Rizin
unix-like reverse engineering framework and cli tools
java_local_variable_type_table_t Struct Reference

#include <class_local_variable.h>

Public Attributes

ut16 start_pc
 
ut16 length
 
ut16 name_index
 
ut16 signature_index
 
ut16 index
 

Detailed Description

Definition at line 16 of file class_local_variable.h.

Member Data Documentation

◆ index

ut16 java_local_variable_type_table_t::index

Definition at line 21 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletypetable().

◆ length

ut16 java_local_variable_type_table_t::length

Definition at line 18 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletypetable().

◆ name_index

ut16 java_local_variable_type_table_t::name_index

Definition at line 19 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletypetable().

◆ signature_index

ut16 java_local_variable_type_table_t::signature_index

Definition at line 20 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletypetable().

◆ start_pc

ut16 java_local_variable_type_table_t::start_pc

Definition at line 17 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletypetable().


The documentation for this struct was generated from the following file: