org.eclipse.cdt.debug.internal.core
Class ICDebugInternalConstants

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.core.ICDebugInternalConstants

public class ICDebugInternalConstants
extends java.lang.Object

Definitions of the internal constants for C/C++ Debug plug-in.


Field Summary
static java.lang.String PREF_COMMON_SOURCE_CONTAINERS
          String preference for the common source containers.
static int STATUS_CODE_ERROR
           
static int STATUS_CODE_INFO
           
static int STATUS_CODE_QUESTION
          Status handler codes.
 
Constructor Summary
ICDebugInternalConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_CODE_QUESTION

public static final int STATUS_CODE_QUESTION
Status handler codes.

See Also:
Constant Field Values

STATUS_CODE_INFO

public static final int STATUS_CODE_INFO
See Also:
Constant Field Values

STATUS_CODE_ERROR

public static final int STATUS_CODE_ERROR
See Also:
Constant Field Values

PREF_COMMON_SOURCE_CONTAINERS

public static final java.lang.String PREF_COMMON_SOURCE_CONTAINERS
String preference for the common source containers.

Constructor Detail

ICDebugInternalConstants

public ICDebugInternalConstants()