lib.unwind
Class UnwindRegistersPPC32

java.lang.Object
  extended by java.lang.Number
      extended by lib.unwind.UnwindRegistersPPC32
All Implemented Interfaces:
Serializable, Comparable

public class UnwindRegistersPPC32
extends Number
implements Comparable

See Also:
Serialized Form

Field Summary
static UnwindRegistersPPC32 CCR
           
static int CCR_
           
static UnwindRegistersPPC32 CTR
           
static int CTR_
           
private static Map enumMap
           
private  String enumName
           
private  String enumPrint
           
private  String enumString
           
private  int enumValue
           
static UnwindRegistersPPC32 F0
           
static int F0_
           
static UnwindRegistersPPC32 F1
           
static int F1_
           
static UnwindRegistersPPC32 F10
           
static int F10_
           
static UnwindRegistersPPC32 F11
           
static int F11_
           
static UnwindRegistersPPC32 F12
           
static int F12_
           
static UnwindRegistersPPC32 F13
           
static int F13_
           
static UnwindRegistersPPC32 F14
           
static int F14_
           
static UnwindRegistersPPC32 F15
           
static int F15_
           
static UnwindRegistersPPC32 F16
           
static int F16_
           
static UnwindRegistersPPC32 F17
           
static int F17_
           
static UnwindRegistersPPC32 F18
           
static int F18_
           
static UnwindRegistersPPC32 F19
           
static int F19_
           
static UnwindRegistersPPC32 F2
           
static int F2_
           
static UnwindRegistersPPC32 F20
           
static int F20_
           
static UnwindRegistersPPC32 F21
           
static int F21_
           
static UnwindRegistersPPC32 F22
           
static int F22_
           
static UnwindRegistersPPC32 F23
           
static int F23_
           
static UnwindRegistersPPC32 F24
           
static int F24_
           
static UnwindRegistersPPC32 F25
           
static int F25_
           
static UnwindRegistersPPC32 F26
           
static int F26_
           
static UnwindRegistersPPC32 F27
           
static int F27_
           
static UnwindRegistersPPC32 F28
           
static int F28_
           
static UnwindRegistersPPC32 F29
           
static int F29_
           
static UnwindRegistersPPC32 F3
           
static int F3_
           
static UnwindRegistersPPC32 F30
           
static int F30_
           
static UnwindRegistersPPC32 F31
           
static int F31_
           
static UnwindRegistersPPC32 F4
           
static int F4_
           
static UnwindRegistersPPC32 F5
           
static int F5_
           
static UnwindRegistersPPC32 F6
           
static int F6_
           
static UnwindRegistersPPC32 F7
           
static int F7_
           
static UnwindRegistersPPC32 F8
           
static int F8_
           
static UnwindRegistersPPC32 F9
           
static int F9_
           
static UnwindRegistersPPC32 FPSCR
           
static int FPSCR_
           
static UnwindRegistersPPC32 LR
           
static int LR_
           
static UnwindRegistersPPC32 R0
           
static int R0_
           
static UnwindRegistersPPC32 R1
           
static int R1_
           
static UnwindRegistersPPC32 R10
           
static int R10_
           
static UnwindRegistersPPC32 R11
           
static int R11_
           
static UnwindRegistersPPC32 R12
           
static int R12_
           
static UnwindRegistersPPC32 R13
           
static int R13_
           
static UnwindRegistersPPC32 R14
           
static int R14_
           
static UnwindRegistersPPC32 R15
           
static int R15_
           
static UnwindRegistersPPC32 R16
           
static int R16_
           
static UnwindRegistersPPC32 R17
           
static int R17_
           
static UnwindRegistersPPC32 R18
           
static int R18_
           
static UnwindRegistersPPC32 R19
           
static int R19_
           
static UnwindRegistersPPC32 R2
           
static int R2_
           
static UnwindRegistersPPC32 R20
           
static int R20_
           
static UnwindRegistersPPC32 R21
           
static int R21_
           
static UnwindRegistersPPC32 R22
           
static int R22_
           
static UnwindRegistersPPC32 R23
           
static int R23_
           
static UnwindRegistersPPC32 R24
           
static int R24_
           
static UnwindRegistersPPC32 R25
           
static int R25_
           
static UnwindRegistersPPC32 R26
           
static int R26_
           
static UnwindRegistersPPC32 R27
           
static int R27_
           
static UnwindRegistersPPC32 R28
           
static int R28_
           
static UnwindRegistersPPC32 R29
           
static int R29_
           
static UnwindRegistersPPC32 R3
           
static int R3_
           
static UnwindRegistersPPC32 R30
           
static int R30_
           
static UnwindRegistersPPC32 R31
           
static int R31_
           
static UnwindRegistersPPC32 R4
           
static int R4_
           
static UnwindRegistersPPC32 R5
           
static int R5_
           
static UnwindRegistersPPC32 R6
           
static int R6_
           
static UnwindRegistersPPC32 R7
           
static int R7_
           
static UnwindRegistersPPC32 R8
           
static int R8_
           
static UnwindRegistersPPC32 R9
           
static int R9_
           
(package private) static long serialVersionUID
           
static UnwindRegistersPPC32 XER
           
static int XER_
           
 
Constructor Summary
private UnwindRegistersPPC32(int value, String string, String print, String name)
           
 
Method Summary
 int compareTo(Object o)
           
 double doubleValue()
          Return the equivalent of the enum.
 boolean equals(Object o)
          Return true if OBJECT has the same value.
 float floatValue()
          Return the equivalent of the enum.
private static Map getMap()
          Create a HashMap containing all the UnwindRegistersPPC32 elements.
 int hashCode()
           
 int intValue()
          Return the equivalent of the enum.
 long longValue()
          Return the equivalent of the enum.
 String toName()
          Return the name of just the enum.
static String toName(long i)
          Returns just the name part of the num corresponding to I.
static String toName(long i, String def)
          Returns just the name part of the num corresponding to I, or DEF is there is no such field.
 String toPrint()
          Return a printable version of the enum.
static String toPrintString(long i)
          Returns the printable (or user readable) name for the field corresponding to the value I.
static String toPrintString(long i, String def)
          Returns the printable (or user readable) name for the field corresponding to the value I, or DEF is there is no such field.
 String toString()
          Return the qualified name of the enum.
static String toString(long i)
          Returns the full underscore delimited name of the field corresponding to the value I.
static UnwindRegistersPPC32 valueOf(long i)
          Return the UnwindRegistersPPC32 object that matches the integer.
static UnwindRegistersPPC32 valueOf(String string)
          Return the UnwindRegistersPPC32 object that matches the string.
static UnwindRegistersPPC32[] values()
          Return an array of all the UnwindRegistersPPC32 elements.
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

enumString

private final String enumString

enumValue

private final int enumValue

enumPrint

private final String enumPrint

enumName

private final String enumName

R0_

public static final int R0_
See Also:
Constant Field Values

R0

public static final UnwindRegistersPPC32 R0

R1_

public static final int R1_
See Also:
Constant Field Values

R1

public static final UnwindRegistersPPC32 R1

R2_

public static final int R2_
See Also:
Constant Field Values

R2

public static final UnwindRegistersPPC32 R2

R3_

public static final int R3_
See Also:
Constant Field Values

R3

public static final UnwindRegistersPPC32 R3

R4_

public static final int R4_
See Also:
Constant Field Values

R4

public static final UnwindRegistersPPC32 R4

R5_

public static final int R5_
See Also:
Constant Field Values

R5

public static final UnwindRegistersPPC32 R5

R6_

public static final int R6_
See Also:
Constant Field Values

R6

public static final UnwindRegistersPPC32 R6

R7_

public static final int R7_
See Also:
Constant Field Values

R7

public static final UnwindRegistersPPC32 R7

R8_

public static final int R8_
See Also:
Constant Field Values

R8

public static final UnwindRegistersPPC32 R8

R9_

public static final int R9_
See Also:
Constant Field Values

R9

public static final UnwindRegistersPPC32 R9

R10_

public static final int R10_
See Also:
Constant Field Values

R10

public static final UnwindRegistersPPC32 R10

R11_

public static final int R11_
See Also:
Constant Field Values

R11

public static final UnwindRegistersPPC32 R11

R12_

public static final int R12_
See Also:
Constant Field Values

R12

public static final UnwindRegistersPPC32 R12

R13_

public static final int R13_
See Also:
Constant Field Values

R13

public static final UnwindRegistersPPC32 R13

R14_

public static final int R14_
See Also:
Constant Field Values

R14

public static final UnwindRegistersPPC32 R14

R15_

public static final int R15_
See Also:
Constant Field Values

R15

public static final UnwindRegistersPPC32 R15

R16_

public static final int R16_
See Also:
Constant Field Values

R16

public static final UnwindRegistersPPC32 R16

R17_

public static final int R17_
See Also:
Constant Field Values

R17

public static final UnwindRegistersPPC32 R17

R18_

public static final int R18_
See Also:
Constant Field Values

R18

public static final UnwindRegistersPPC32 R18

R19_

public static final int R19_
See Also:
Constant Field Values

R19

public static final UnwindRegistersPPC32 R19

R20_

public static final int R20_
See Also:
Constant Field Values

R20

public static final UnwindRegistersPPC32 R20

R21_

public static final int R21_
See Also:
Constant Field Values

R21

public static final UnwindRegistersPPC32 R21

R22_

public static final int R22_
See Also:
Constant Field Values

R22

public static final UnwindRegistersPPC32 R22

R23_

public static final int R23_
See Also:
Constant Field Values

R23

public static final UnwindRegistersPPC32 R23

R24_

public static final int R24_
See Also:
Constant Field Values

R24

public static final UnwindRegistersPPC32 R24

R25_

public static final int R25_
See Also:
Constant Field Values

R25

public static final UnwindRegistersPPC32 R25

R26_

public static final int R26_
See Also:
Constant Field Values

R26

public static final UnwindRegistersPPC32 R26

R27_

public static final int R27_
See Also:
Constant Field Values

R27

public static final UnwindRegistersPPC32 R27

R28_

public static final int R28_
See Also:
Constant Field Values

R28

public static final UnwindRegistersPPC32 R28

R29_

public static final int R29_
See Also:
Constant Field Values

R29

public static final UnwindRegistersPPC32 R29

R30_

public static final int R30_
See Also:
Constant Field Values

R30

public static final UnwindRegistersPPC32 R30

R31_

public static final int R31_
See Also:
Constant Field Values

R31

public static final UnwindRegistersPPC32 R31

CTR_

public static final int CTR_
See Also:
Constant Field Values

CTR

public static final UnwindRegistersPPC32 CTR

XER_

public static final int XER_
See Also:
Constant Field Values

XER

public static final UnwindRegistersPPC32 XER

CCR_

public static final int CCR_
See Also:
Constant Field Values

CCR

public static final UnwindRegistersPPC32 CCR

LR_

public static final int LR_
See Also:
Constant Field Values

LR

public static final UnwindRegistersPPC32 LR

FPSCR_

public static final int FPSCR_
See Also:
Constant Field Values

FPSCR

public static final UnwindRegistersPPC32 FPSCR

F0_

public static final int F0_
See Also:
Constant Field Values

F0

public static final UnwindRegistersPPC32 F0

F1_

public static final int F1_
See Also:
Constant Field Values

F1

public static final UnwindRegistersPPC32 F1

F2_

public static final int F2_
See Also:
Constant Field Values

F2

public static final UnwindRegistersPPC32 F2

F3_

public static final int F3_
See Also:
Constant Field Values

F3

public static final UnwindRegistersPPC32 F3

F4_

public static final int F4_
See Also:
Constant Field Values

F4

public static final UnwindRegistersPPC32 F4

F5_

public static final int F5_
See Also:
Constant Field Values

F5

public static final UnwindRegistersPPC32 F5

F6_

public static final int F6_
See Also:
Constant Field Values

F6

public static final UnwindRegistersPPC32 F6

F7_

public static final int F7_
See Also:
Constant Field Values

F7

public static final UnwindRegistersPPC32 F7

F8_

public static final int F8_
See Also:
Constant Field Values

F8

public static final UnwindRegistersPPC32 F8

F9_

public static final int F9_
See Also:
Constant Field Values

F9

public static final UnwindRegistersPPC32 F9

F10_

public static final int F10_
See Also:
Constant Field Values

F10

public static final UnwindRegistersPPC32 F10

F11_

public static final int F11_
See Also:
Constant Field Values

F11

public static final UnwindRegistersPPC32 F11

F12_

public static final int F12_
See Also:
Constant Field Values

F12

public static final UnwindRegistersPPC32 F12

F13_

public static final int F13_
See Also:
Constant Field Values

F13

public static final UnwindRegistersPPC32 F13

F14_

public static final int F14_
See Also:
Constant Field Values

F14

public static final UnwindRegistersPPC32 F14

F15_

public static final int F15_
See Also:
Constant Field Values

F15

public static final UnwindRegistersPPC32 F15

F16_

public static final int F16_
See Also:
Constant Field Values

F16

public static final UnwindRegistersPPC32 F16

F17_

public static final int F17_
See Also:
Constant Field Values

F17

public static final UnwindRegistersPPC32 F17

F18_

public static final int F18_
See Also:
Constant Field Values

F18

public static final UnwindRegistersPPC32 F18

F19_

public static final int F19_
See Also:
Constant Field Values

F19

public static final UnwindRegistersPPC32 F19

F20_

public static final int F20_
See Also:
Constant Field Values

F20

public static final UnwindRegistersPPC32 F20

F21_

public static final int F21_
See Also:
Constant Field Values

F21

public static final UnwindRegistersPPC32 F21

F22_

public static final int F22_
See Also:
Constant Field Values

F22

public static final UnwindRegistersPPC32 F22

F23_

public static final int F23_
See Also:
Constant Field Values

F23

public static final UnwindRegistersPPC32 F23

F24_

public static final int F24_
See Also:
Constant Field Values

F24

public static final UnwindRegistersPPC32 F24

F25_

public static final int F25_
See Also:
Constant Field Values

F25

public static final UnwindRegistersPPC32 F25

F26_

public static final int F26_
See Also:
Constant Field Values

F26

public static final UnwindRegistersPPC32 F26

F27_

public static final int F27_
See Also:
Constant Field Values

F27

public static final UnwindRegistersPPC32 F27

F28_

public static final int F28_
See Also:
Constant Field Values

F28

public static final UnwindRegistersPPC32 F28

F29_

public static final int F29_
See Also:
Constant Field Values

F29

public static final UnwindRegistersPPC32 F29

F30_

public static final int F30_
See Also:
Constant Field Values

F30

public static final UnwindRegistersPPC32 F30

F31_

public static final int F31_
See Also:
Constant Field Values

F31

public static final UnwindRegistersPPC32 F31

enumMap

private static Map enumMap

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UnwindRegistersPPC32

private UnwindRegistersPPC32(int value,
                             String string,
                             String print,
                             String name)
Method Detail

toString

public String toString()
Return the qualified name of the enum.

Overrides:
toString in class Object

toPrint

public String toPrint()
Return a printable version of the enum.


toName

public String toName()
Return the name of just the enum.


equals

public boolean equals(Object o)
Return true if OBJECT has the same value.

Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

getMap

private static Map getMap()
Create a HashMap containing all the UnwindRegistersPPC32 elements.


valueOf

public static UnwindRegistersPPC32 valueOf(String string)
Return the UnwindRegistersPPC32 object that matches the string.


valueOf

public static UnwindRegistersPPC32 valueOf(long i)
Return the UnwindRegistersPPC32 object that matches the integer.


values

public static UnwindRegistersPPC32[] values()
Return an array of all the UnwindRegistersPPC32 elements.


toString

public static String toString(long i)
Returns the full underscore delimited name of the field corresponding to the value I.


toPrintString

public static String toPrintString(long i)
Returns the printable (or user readable) name for the field corresponding to the value I.


toPrintString

public static String toPrintString(long i,
                                   String def)
Returns the printable (or user readable) name for the field corresponding to the value I, or DEF is there is no such field.


toName

public static String toName(long i)
Returns just the name part of the num corresponding to I.


toName

public static String toName(long i,
                            String def)
Returns just the name part of the num corresponding to I, or DEF is there is no such field.


intValue

public int intValue()
Return the equivalent of the enum.

Specified by:
intValue in class Number

longValue

public long longValue()
Return the equivalent of the enum.

Specified by:
longValue in class Number

floatValue

public float floatValue()
Return the equivalent of the enum.

Specified by:
floatValue in class Number

doubleValue

public double doubleValue()
Return the equivalent of the enum.

Specified by:
doubleValue in class Number