public interface IJavaClassPrepareBreakpoint extends IJavaBreakpoint
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_CLASS
Constant indicating a class prepare breakpoint is associated with a class
type.
|
static int |
TYPE_INTERFACE
Constant indicating a class prepare breakpoint is associated with an
interface type.
|
SUSPEND_THREAD, SUSPEND_VMBREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED| Modifier and Type | Method and Description |
|---|---|
int |
getMemberType()
Returns a constant indicating what kind of type this breakpoint is
associated with.
|
addBreakpointListener, addInstanceFilter, getBreakpointListeners, getHitCount, getInstanceFilters, getSuspendPolicy, getThreadFilter, getThreadFilters, getTypeName, isInstalled, removeBreakpointListener, removeInstanceFilter, removeThreadFilter, setHitCount, setSuspendPolicy, setThreadFilter, supportsInstanceFilters, supportsThreadFiltersdelete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegisteredgetAdapterstatic final int TYPE_CLASS
static final int TYPE_INTERFACE
int getMemberType()
throws CoreException
TYPE_CLASS or TYPE_INTERFACECoreException - if unable to retrieve the attribute
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.