lib.dwfl
Class ElfCommand

java.lang.Object
  extended by lib.dwfl.ElfCommand

public class ElfCommand
extends Object

And ElfCommand is a Command XXX: Something more desctiptive please?!?!?


Field Summary
private static ElfCommand[] commands
           
static ElfCommand ELF_C_CLR
           
static ElfCommand ELF_C_EMPTY
           
static ElfCommand ELF_C_FDDONE
           
static ElfCommand ELF_C_FDREAD
           
static ElfCommand ELF_C_NULL
           
static ElfCommand ELF_C_RDWR
           
static ElfCommand ELF_C_RDWR_MMAP
           
static ElfCommand ELF_C_READ
           
static ElfCommand ELF_C_READ_MMAP
           
static ElfCommand ELF_C_READ_MMAP_PRIVATE
           
static ElfCommand ELF_C_SET
           
static ElfCommand ELF_C_WRITE
           
static ElfCommand ELF_C_WRITE_MMAP
           
private  int value
           
 
Constructor Summary
private ElfCommand(int value)
           
 
Method Summary
 boolean equals(Object obj)
           
protected  int getValue()
           
protected static ElfCommand intern(int command)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELF_C_NULL

public static final ElfCommand ELF_C_NULL

ELF_C_READ

public static final ElfCommand ELF_C_READ

ELF_C_RDWR

public static final ElfCommand ELF_C_RDWR

ELF_C_WRITE

public static final ElfCommand ELF_C_WRITE

ELF_C_CLR

public static final ElfCommand ELF_C_CLR

ELF_C_SET

public static final ElfCommand ELF_C_SET

ELF_C_FDDONE

public static final ElfCommand ELF_C_FDDONE

ELF_C_FDREAD

public static final ElfCommand ELF_C_FDREAD

ELF_C_READ_MMAP

public static final ElfCommand ELF_C_READ_MMAP

ELF_C_RDWR_MMAP

public static final ElfCommand ELF_C_RDWR_MMAP

ELF_C_WRITE_MMAP

public static final ElfCommand ELF_C_WRITE_MMAP

ELF_C_READ_MMAP_PRIVATE

public static final ElfCommand ELF_C_READ_MMAP_PRIVATE

ELF_C_EMPTY

public static final ElfCommand ELF_C_EMPTY

commands

private static ElfCommand[] commands

value

private int value
Constructor Detail

ElfCommand

private ElfCommand(int value)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getValue

protected int getValue()

intern

protected static ElfCommand intern(int command)