PTP
Release 5.0

org.eclipse.ptp.debug.core
Class ExtFormat

java.lang.Object
  extended by org.eclipse.ptp.debug.core.ExtFormat

public class ExtFormat
extends java.lang.Object


Field Summary
static int ADDRESS
           
static int BINARY
           
static int CHAR
           
static int DECIMAL
           
static int FLOAT
           
static int HEXADECIMAL
           
static int INSTRUCTION
           
static int NATURAL
           
static int OCTAL
           
static int RAW
           
static int STRING
           
static int UNSIGNED
           
 
Constructor Summary
ExtFormat()
           
 
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
 

Field Detail

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
Constructor Detail

ExtFormat

public ExtFormat()
Method Detail

decodeAdress

public static java.math.BigInteger decodeAdress(java.lang.String buffer)

getBigInteger

public static java.math.BigInteger getBigInteger(java.lang.String address)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.