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

#include <class_attribute.h>

Public Attributes

ut16 module_name_index
 
ut16 module_flags
 
ut16 module_version_index
 
ut16 requires_count
 
ModuleRequirerequires
 
ut16 exports_count
 
ModuleExportexports
 
ut16 opens_count
 
ModuleOpenopens
 
ut16 uses_count
 
ut16uses_index
 
ut16 provides_count
 
ModuleProvideprovides
 

Detailed Description

Definition at line 99 of file class_attribute.h.

Member Data Documentation

◆ exports

ModuleExport* java_attribute_module_t::exports

Definition at line 108 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_module().

◆ exports_count

ut16 java_attribute_module_t::exports_count

Definition at line 107 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_module().

◆ module_flags

ut16 java_attribute_module_t::module_flags

Definition at line 101 of file class_attribute.h.

Referenced by java_attribute_set_module().

◆ module_name_index

ut16 java_attribute_module_t::module_name_index

Definition at line 100 of file class_attribute.h.

Referenced by java_attribute_set_module().

◆ module_version_index

ut16 java_attribute_module_t::module_version_index

Definition at line 102 of file class_attribute.h.

Referenced by java_attribute_set_module().

◆ opens

ModuleOpen* java_attribute_module_t::opens

Definition at line 111 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_module().

◆ opens_count

ut16 java_attribute_module_t::opens_count

Definition at line 110 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_module().

◆ provides

ModuleProvide* java_attribute_module_t::provides

Definition at line 117 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_module().

◆ provides_count

ut16 java_attribute_module_t::provides_count

Definition at line 116 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_module().

◆ requires

ModuleRequire* java_attribute_module_t::requires

Definition at line 105 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_module().

◆ requires_count

ut16 java_attribute_module_t::requires_count

Definition at line 104 of file class_attribute.h.

Referenced by java_attribute_set_module().

◆ uses_count

ut16 java_attribute_module_t::uses_count

Definition at line 113 of file class_attribute.h.

Referenced by java_attribute_set_module().

◆ uses_index

ut16* java_attribute_module_t::uses_index

Definition at line 114 of file class_attribute.h.

Referenced by java_attribute_free(), and java_attribute_set_module().


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