org.kahina.core.breakpoint
Class KahinaBreakpointType
java.lang.Object
org.kahina.core.breakpoint.KahinaBreakpointType
public class KahinaBreakpointType
- extends Object
A selection of constant symbols defining meaningful values for the type property of a KahinaBreakpoint.
Applications may define additional breakpoint types by inheriting from this class.
To avoid the redefinition of existing types, user-defined extensions should not assign the integer values 0 through 8 to any constant.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRIMARY_BREAKPOINT
public static final int PRIMARY_BREAKPOINT
- See Also:
- Constant Field Values
SECONDARY_BREAKPOINT
public static final int SECONDARY_BREAKPOINT
- See Also:
- Constant Field Values
SKIP_POINT
public static final int SKIP_POINT
- See Also:
- Constant Field Values
PROFILE_POINT
public static final int PROFILE_POINT
- See Also:
- Constant Field Values
CREEP_POINT
public static final int CREEP_POINT
- See Also:
- Constant Field Values
FAIL_POINT
public static final int FAIL_POINT
- See Also:
- Constant Field Values
PRIMARY_WARN_POINT
public static final int PRIMARY_WARN_POINT
- See Also:
- Constant Field Values
SECONDARY_WARN_POINT
public static final int SECONDARY_WARN_POINT
- See Also:
- Constant Field Values
KahinaBreakpointType
public KahinaBreakpointType()