|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.model.Breakpoint
org.eclipse.debug.core.model.LineBreakpoint
org.eclipse.m2m.atl.debug.core.AtlBreakpoint
public class AtlBreakpoint
ATL breakpoint redefinition.
Field Summary |
---|
Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
---|
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
Constructor Summary | |
---|---|
AtlBreakpoint()
Create a new ATL Breakpoint. |
|
AtlBreakpoint(org.eclipse.core.resources.IResource resource,
java.lang.String location,
int lineNumber,
int charStart,
int charEnd)
Creates a breakpoint. |
Method Summary | |
---|---|
java.lang.String |
getModelIdentifier()
|
protected void |
run(org.eclipse.core.resources.IWorkspaceRunnable wr)
Execute the given workspace runnable. |
Methods inherited from class org.eclipse.debug.core.model.LineBreakpoint |
---|
getCharEnd, getCharStart, getLineNumber |
Methods inherited from class org.eclipse.debug.core.model.Breakpoint |
---|
delete, ensureMarker, equals, getMarker, getMarkerRule, getMarkerRule, hashCode, isEnabled, isPersisted, isRegistered, markerExists, run, setAttribute, setAttribute, setAttribute, setAttributes, setAttributes, setEnabled, setMarker, setPersisted, setRegistered |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint |
---|
delete, getMarker, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Constructor Detail |
---|
public AtlBreakpoint()
public AtlBreakpoint(org.eclipse.core.resources.IResource resource, java.lang.String location, int lineNumber, int charStart, int charEnd) throws org.eclipse.debug.core.DebugException
resource
- the resource to marklocation
- the breakpoint locationlineNumber
- the line numbercharStart
- the start indexcharEnd
- the end index
org.eclipse.debug.core.DebugException
Method Detail |
---|
public java.lang.String getModelIdentifier()
IBreakpoint.getModelIdentifier()
protected void run(org.eclipse.core.resources.IWorkspaceRunnable wr) throws org.eclipse.debug.core.DebugException
wr
- the workspace runnable
org.eclipse.debug.core.DebugException
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |