# Enum: com.pnfsoftware.jeb.core.units.codeobject.dwarf.Dwarf.DwarfTag

DWARF tags.

## Constant: DW_TAG_GNU_BINCL

## Constant: DW_TAG_GNU_EINCL

## Constant: DW_TAG_GNU_call_site

## Constant: DW_TAG_GNU_call_site_parameter

## Constant: DW_TAG_GNU_formal_parameter_pack

## Constant: DW_TAG_GNU_template_parameter_pack

## Constant: DW_TAG_GNU_template_template_param

## Constant: DW_TAG_HP_Bliss_field

## Constant: DW_TAG_HP_Bliss_field_set

## Constant: DW_TAG_HP_array_descriptor

## Constant: DW_TAG_MIPS_loop

## Constant: DW_TAG_PGI_interface_block

## Constant: DW_TAG_PGI_kanji_type

## Constant: DW_TAG_access_declaration

## Constant: DW_TAG_array_type

## Constant: DW_TAG_atomic_type

## Constant: DW_TAG_base_type

## Constant: DW_TAG_call_site

## Constant: DW_TAG_call_site_parameter

## Constant: DW_TAG_catch_block

## Constant: DW_TAG_class_template

## Constant: DW_TAG_class_type

## Constant: DW_TAG_coarray_type

## Constant: DW_TAG_common_block

## Constant: DW_TAG_common_inclusion

## Constant: DW_TAG_compile_unit

## Constant: DW_TAG_const_type

## Constant: DW_TAG_constant

## Constant: DW_TAG_dwarf_procedure

## Constant: DW_TAG_dynamic_type

## Constant: DW_TAG_entry_point

## Constant: DW_TAG_enumeration_type

## Constant: DW_TAG_enumerator

## Constant: DW_TAG_file_type

## Constant: DW_TAG_formal_parameter

## Constant: DW_TAG_format_label

## Constant: DW_TAG_friend

## Constant: DW_TAG_function_template

## Constant: DW_TAG_generic_subrange

## Constant: DW_TAG_hi_user

## Constant: DW_TAG_immutable_type

## Constant: DW_TAG_imported_declaration

## Constant: DW_TAG_imported_module

## Constant: DW_TAG_imported_unit

## Constant: DW_TAG_inheritance

## Constant: DW_TAG_inlined_subroutine

## Constant: DW_TAG_interface_type

## Constant: DW_TAG_label

## Constant: DW_TAG_lexical_block

## Constant: DW_TAG_lo_user

## Constant: DW_TAG_member

## Constant: DW_TAG_module

## Constant: DW_TAG_namelist

## Constant: DW_TAG_namelist_item

## Constant: DW_TAG_namespace

## Constant: DW_TAG_packed_type

## Constant: DW_TAG_partial_unit

## Constant: DW_TAG_pointer_type

## Constant: DW_TAG_ptr_to_member_type

## Constant: DW_TAG_reference_type

## Constant: DW_TAG_restrict_type

## Constant: DW_TAG_rvalue_reference_type

## Constant: DW_TAG_set_type

## Constant: DW_TAG_shared_type

## Constant: DW_TAG_skeleton_unit

## Constant: DW_TAG_string_type

## Constant: DW_TAG_structure_type

## Constant: DW_TAG_subprogram

## Constant: DW_TAG_subrange_type

## Constant: DW_TAG_subroutine_type

## Constant: DW_TAG_template_alias

## Constant: DW_TAG_template_type_parameter

## Constant: DW_TAG_template_value_parameter

## Constant: DW_TAG_thrown_type

## Constant: DW_TAG_try_block

## Constant: DW_TAG_type_unit

## Constant: DW_TAG_typedef

## Constant: DW_TAG_union_type

## Constant: DW_TAG_unspecified_parameters

## Constant: DW_TAG_unspecified_type

## Constant: DW_TAG_upc_relaxed_type

## Constant: DW_TAG_upc_shared_type

## Constant: DW_TAG_upc_strict_type

## Constant: DW_TAG_variable

## Constant: DW_TAG_variant

## Constant: DW_TAG_variant_part

## Constant: DW_TAG_volatile_type

## Constant: DW_TAG_with_stmt

## Method: getValue
- return type: `int`


## Static Method: getByValue
- parameter: `val`, type: `int`
- return type: `com.pnfsoftware.jeb.core.units.codeobject.dwarf.Dwarf.DwarfTag`


## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.codeobject.dwarf.Dwarf.DwarfTag`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.codeobject.dwarf.Dwarf.DwarfTag[]`


