Uses of Class
org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
-
Packages that use IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy Package Description org.eclipse.jdt.debug.core Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture). -
-
Uses of IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy in org.eclipse.jdt.debug.core
Methods in org.eclipse.jdt.debug.core that return IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy Modifier and Type Method Description IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategyIJavaExceptionBreakpoint. getSuspendOnRecurrenceStrategy()Answer this breakpoint'sstrategyfor suspending on recurrences of the same exception instance.static IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategyIJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy[]IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jdt.debug.core with parameters of type IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy Modifier and Type Method Description voidIJavaExceptionBreakpoint. setSuspendOnRecurrenceStrategy(IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy strategy)Define this breakpoint'sstrategyfor suspending on recurrences of the same exception instance.
-