Enum Class DWARFMacroOpcode
- All Implemented Interfaces:
Serializable,Comparable<DWARFMacroOpcode>,Constable
DWARF macro entry opcodes and their expected operand types.
DWARF5
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThis is not an official opcode in the DWARF standard, but represents the entry with opcode 0 that terminates a macro unit. -
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionintstatic DWARFMacroOpcodeof(int opcodeVal) static DWARFMacroOpcodeReturns the enum constant of this class with the specified name.static DWARFMacroOpcode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MACRO_UNIT_TERMINATOR
This is not an official opcode in the DWARF standard, but represents the entry with opcode 0 that terminates a macro unit. -
DW_MACRO_define
-
DW_MACRO_undef
-
DW_MACRO_start_file
-
DW_MACRO_end_file
-
DW_MACRO_define_strp
-
DW_MACRO_undef_strp
-
DW_MACRO_import
-
DW_MACRO_define_sup
-
DW_MACRO_undef_sup
-
DW_MACRO_import_sup
-
DW_MACRO_define_strx
-
DW_MACRO_undef_strx
-
-
Field Details
-
defaultOpcodeOperandMap
-
-
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
-
getRawOpcode
public int getRawOpcode() -
getDescription
-
getOperandForms
-
of
-