lib.dwfl
Class DwarfCommand

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

public class DwarfCommand
extends Object


Field Summary
private static DwarfCommand[] commands
           
static DwarfCommand RDWR
           
static DwarfCommand READ
           
private  int val
           
static DwarfCommand WRITE
           
 
Constructor Summary
private DwarfCommand(int val)
           
 
Method Summary
protected  int getValue()
           
protected  DwarfCommand intern(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ

public static final DwarfCommand READ

RDWR

public static final DwarfCommand RDWR

WRITE

public static final DwarfCommand WRITE

commands

private static DwarfCommand[] commands

val

private int val
Constructor Detail

DwarfCommand

private DwarfCommand(int val)
Method Detail

getValue

protected int getValue()

intern

protected DwarfCommand intern(int val)