public static final enum

Dwarf.DwarfFormType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.codeobject.dwarf.Dwarf.DwarfFormType

Class Overview

DWARF form types.

Summary

Enum Values
Dwarf.DwarfFormType  address   
Dwarf.DwarfFormType  block   
Dwarf.DwarfFormType  constant   
Dwarf.DwarfFormType  exprloc   
Dwarf.DwarfFormType  flag   
Dwarf.DwarfFormType  lineptr   
Dwarf.DwarfFormType  loclist   
Dwarf.DwarfFormType  loclistptr   
Dwarf.DwarfFormType  macptr   
Dwarf.DwarfFormType  rangelistptr   
Dwarf.DwarfFormType  reference   
Dwarf.DwarfFormType  rnglist   
Dwarf.DwarfFormType  string   
Public Methods
static Dwarf.DwarfFormType valueOf(String name)
final static DwarfFormType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Dwarf.DwarfFormType address

public static final Dwarf.DwarfFormType block

public static final Dwarf.DwarfFormType constant

public static final Dwarf.DwarfFormType exprloc

public static final Dwarf.DwarfFormType flag

public static final Dwarf.DwarfFormType lineptr

public static final Dwarf.DwarfFormType loclist

public static final Dwarf.DwarfFormType loclistptr

public static final Dwarf.DwarfFormType macptr

public static final Dwarf.DwarfFormType rangelistptr

public static final Dwarf.DwarfFormType reference

public static final Dwarf.DwarfFormType rnglist

public static final Dwarf.DwarfFormType string

Public Methods

public static Dwarf.DwarfFormType valueOf (String name)

public static final DwarfFormType[] values ()