public interface IJavaClassPrepareBreakpoint extends IJavaBreakpoint
Clients are not intended to implement this interface.
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_VM
BREAKPOINT_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.
|
addInstanceFilter, getHitCount, getInstanceFilters, getSuspendPolicy, getThreadFilter, getThreadFilters, getTypeName, isInstalled, removeInstanceFilter, removeThreadFilter, setHitCount, setSuspendPolicy, setThreadFilter, supportsInstanceFilters, supportsThreadFilters
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered
getAdapter
static final int TYPE_CLASS
static final int TYPE_INTERFACE
int getMemberType() throws CoreException
TYPE_CLASS
or TYPE_INTERFACE
CoreException
- if unable to retrieve the attributeCopyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.