JVM
att_Code_info Struct Reference

#include <attributes.h>

Collaboration diagram for att_Code_info:

Public Attributes

uint16_t max_stack
 
uint16_t max_locals
 
uint32_t code_length
 
uint8_t * code
 
uint16_t exception_table_length
 
ExceptionTableEntryexception_table
 
uint16_t attributes_count
 
attribute_infoattributes
 

Member Data Documentation

§ attributes

attribute_info* att_Code_info::attributes

§ attributes_count

uint16_t att_Code_info::attributes_count

§ code

uint8_t* att_Code_info::code

§ code_length

uint32_t att_Code_info::code_length

§ exception_table

ExceptionTableEntry* att_Code_info::exception_table

§ exception_table_length

uint16_t att_Code_info::exception_table_length

§ max_locals

uint16_t att_Code_info::max_locals

§ max_stack

uint16_t att_Code_info::max_stack

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