org.eclipse.cdt.debug.core.model
Class CVariableFormat
java.lang.Object
org.eclipse.cdt.debug.core.model.CVariableFormat
public class CVariableFormat
- extends java.lang.Object
Defines the variable format types.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NATURAL
public static final CVariableFormat NATURAL
DECIMAL
public static final CVariableFormat DECIMAL
BINARY
public static final CVariableFormat BINARY
OCTAL
public static final CVariableFormat OCTAL
HEXADECIMAL
public static final CVariableFormat HEXADECIMAL
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getFormat
public static CVariableFormat getFormat(int code)