org.eclipse.ptp.debug.core
Class ExtFormat
java.lang.Object
org.eclipse.ptp.debug.core.ExtFormat
public class ExtFormat
- extends java.lang.Object
|
Method Summary |
static java.math.BigInteger |
decodeAdress(java.lang.String buffer)
|
static java.math.BigInteger |
getBigInteger(java.lang.String address)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEXADECIMAL
public static final int HEXADECIMAL
- See Also:
- Constant Field Values
OCTAL
public static final int OCTAL
- See Also:
- Constant Field Values
BINARY
public static final int BINARY
- See Also:
- Constant Field Values
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
RAW
public static final int RAW
- See Also:
- Constant Field Values
NATURAL
public static final int NATURAL
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
ADDRESS
public static final int ADDRESS
- See Also:
- Constant Field Values
INSTRUCTION
public static final int INSTRUCTION
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
UNSIGNED
public static final int UNSIGNED
- See Also:
- Constant Field Values
ExtFormat
public ExtFormat()
decodeAdress
public static java.math.BigInteger decodeAdress(java.lang.String buffer)
getBigInteger
public static java.math.BigInteger getBigInteger(java.lang.String address)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.