Enum Class DWARFAttribute
- All Implemented Interfaces:
Serializable
,Comparable<DWARFAttribute>
,Constable
Defines the names and numeric ids of known DWARF attributes. Well-known attributes are also
constrained to certain value types (see
DWARFAttributeClass
).
Users of this enum should be tolerant of unknown attribute id values. See
DWARFAttributeDef.getRawAttributeId()
.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents how a specific DWARF attribute is stored in a DIE record.Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
static DWARFAttribute
of
(int attributeInt) static DWARFAttribute
Returns the enum constant of this class with the specified name.static DWARFAttribute[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DW_AT_sibling
-
DW_AT_location
-
DW_AT_name
-
DW_AT_ordering
-
DW_AT_byte_size
-
DW_AT_bit_offset
-
DW_AT_bit_size
-
DW_AT_stmt_list
-
DW_AT_low_pc
-
DW_AT_high_pc
-
DW_AT_language
-
DW_AT_discr
-
DW_AT_discr_value
-
DW_AT_visibility
-
DW_AT_import
-
DW_AT_string_length
-
DW_AT_common_reference
-
DW_AT_comp_dir
-
DW_AT_const_value
-
DW_AT_containing_type
-
DW_AT_default_value
-
DW_AT_inline
-
DW_AT_is_optional
-
DW_AT_lower_bound
-
DW_AT_producer
-
DW_AT_prototyped
-
DW_AT_return_addr
-
DW_AT_start_scope
-
DW_AT_bit_stride
-
DW_AT_upper_bound
-
DW_AT_abstract_origin
-
DW_AT_accessibility
-
DW_AT_address_class
-
DW_AT_artificial
-
DW_AT_base_types
-
DW_AT_calling_convention
-
DW_AT_count
-
DW_AT_data_member_location
-
DW_AT_decl_column
-
DW_AT_decl_file
-
DW_AT_decl_line
-
DW_AT_declaration
-
DW_AT_discr_list
-
DW_AT_encoding
-
DW_AT_external
-
DW_AT_frame_base
-
DW_AT_friend
-
DW_AT_identifier_case
-
DW_AT_macro_info
-
DW_AT_namelist_item
-
DW_AT_priority
-
DW_AT_segment
-
DW_AT_specification
-
DW_AT_static_link
-
DW_AT_type
-
DW_AT_use_location
-
DW_AT_variable_parameter
-
DW_AT_virtuality
-
DW_AT_vtable_elem_location
-
DW_AT_allocated
-
DW_AT_associated
-
DW_AT_data_location
-
DW_AT_byte_stride
-
DW_AT_entry_pc
-
DW_AT_use_UTF8
-
DW_AT_extension
-
DW_AT_ranges
-
DW_AT_trampoline
-
DW_AT_call_column
-
DW_AT_call_file
-
DW_AT_call_line
-
DW_AT_description
-
DW_AT_binary_scale
-
DW_AT_decimal_scale
-
DW_AT_small
-
DW_AT_decimal_sign
-
DW_AT_digit_count
-
DW_AT_picture_string
-
DW_AT_mutable
-
DW_AT_threads_scaled
-
DW_AT_explicit
-
DW_AT_object_pointer
-
DW_AT_endianity
-
DW_AT_elemental
-
DW_AT_pure
-
DW_AT_recursive
-
DW_AT_signature
-
DW_AT_main_subprogram
-
DW_AT_data_bit_offset
-
DW_AT_const_expr
-
DW_AT_enum_class
-
DW_AT_linkage_name
-
DW_AT_string_length_bit_size
-
DW_AT_string_length_byte_size
-
DW_AT_rank
-
DW_AT_str_offsets_base
-
DW_AT_addr_base
-
DW_AT_rnglists_base
-
DW_AT_dwo_name
-
DW_AT_reference
-
DW_AT_rvalue_reference
-
DW_AT_macros
-
DW_AT_call_all_calls
-
DW_AT_call_all_source_calls
-
DW_AT_call_all_tail_calls
-
DW_AT_call_return_pc
-
DW_AT_call_value
-
DW_AT_call_origin
-
DW_AT_call_parameter
-
DW_AT_call_pc
-
DW_AT_call_tail_call
-
DW_AT_call_target
-
DW_AT_call_target_clobbered
-
DW_AT_call_data_location
-
DW_AT_call_data_value
-
DW_AT_noreturn
-
DW_AT_alignment
-
DW_AT_export_symbols
-
DW_AT_deleted
-
DW_AT_defaulted
-
DW_AT_loclists_base
-
DW_AT_lo_user
-
DW_AT_hi_user
-
DW_AT_MIPS_linkage_name
-
DW_AT_GNU_dwo_name
-
DW_AT_GNU_dwo_id
-
DW_AT_GNU_ranges_base
-
DW_AT_GNU_addr_base
-
DW_AT_GNU_pubnames
-
DW_AT_GNU_pubtypes
-
DW_AT_go_kind
-
DW_AT_go_key
-
DW_AT_go_elem
-
DW_AT_go_embedded_field
-
DW_AT_go_runtime_type
-
DW_AT_go_package_name
-
DW_AT_go_dict_index
-
DW_AT_APPLE_ptrauth_key
-
DW_AT_APPLE_ptrauth_address_discriminated
-
DW_AT_APPLE_ptrauth_extra_discriminator
-
DW_AT_APPLE_omit_frame_ptr
-
DW_AT_APPLE_optimized
-
-
Field Details
-
EOL
public static final int EOL- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
public int getId() -
getAttributeClass
-
of
-