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

#include <class_attribute.h>

Public Attributes

ut16 max_stack
 
ut16 max_locals
 
ut32 code_length
 
ut32 code_offset
 
ut16 exceptions_count
 
ExceptionTableexceptions
 
ut16 attributes_count
 
Attribute ** attributes
 

Detailed Description

Definition at line 69 of file class_attribute.h.

Member Data Documentation

◆ attributes

Attribute** java_attribute_code_t::attributes

◆ attributes_count

ut16 java_attribute_code_t::attributes_count

◆ code_length

ut32 java_attribute_code_t::code_length

Definition at line 72 of file class_attribute.h.

Referenced by java_attribute_set_code().

◆ code_offset

◆ exceptions

ExceptionTable* java_attribute_code_t::exceptions

Definition at line 75 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_code().

◆ exceptions_count

ut16 java_attribute_code_t::exceptions_count

Definition at line 74 of file class_attribute.h.

Referenced by java_attribute_set_code().

◆ max_locals

ut16 java_attribute_code_t::max_locals

Definition at line 71 of file class_attribute.h.

Referenced by java_attribute_set_code().

◆ max_stack

ut16 java_attribute_code_t::max_stack

Definition at line 70 of file class_attribute.h.

Referenced by java_attribute_set_code().


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