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

#include <class_local_variable.h>

Public Attributes

ut16 start_pc
 
ut16 length
 
ut16 name_index
 
ut16 descriptor_index
 
ut16 index
 

Detailed Description

Definition at line 8 of file class_local_variable.h.

Member Data Documentation

◆ descriptor_index

ut16 java_local_variable_table_t::descriptor_index

Definition at line 12 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletable().

◆ index

ut16 java_local_variable_table_t::index

Definition at line 13 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletable().

◆ length

ut16 java_local_variable_table_t::length

Definition at line 10 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletable().

◆ name_index

ut16 java_local_variable_table_t::name_index

Definition at line 11 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletable().

◆ start_pc

ut16 java_local_variable_table_t::start_pc

Definition at line 9 of file class_local_variable.h.

Referenced by java_attribute_set_localvariabletable().


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