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_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.
|
addBreakpointListener, addInstanceFilter, getBreakpointListeners, getHitCount, getInstanceFilters, getSuspendPolicy, getThreadFilter, getThreadFilters, getTypeName, isInstalled, removeBreakpointListener, 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 attribute
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.