Methods from org.eclipse.core.resources used by org.eclipse.dltk.debug

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.core.resources.IMarker.getAttribute(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.AbstractScriptBreakpoint.getExpressionState()302
org.eclipse.dltk.internal.debug.core.model.ScriptExceptionBreakpoint.isCaught()120
org.eclipse.dltk.internal.debug.core.model.ScriptExceptionBreakpoint.isSuspendOnSubclasses()151
org.eclipse.dltk.internal.debug.core.model.ScriptExceptionBreakpoint.isUncaught()158
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.breakOnEntry()61
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.breakOnExit()70

org.eclipse.core.resources.IMarker.getAttribute(String, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.AbstractScriptBreakpoint.getHitCondition()276
org.eclipse.dltk.internal.debug.core.model.AbstractScriptBreakpoint.getHitValue()265
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getCharEnd()87
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getCharStart()83
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getLineNumber()79

org.eclipse.core.resources.IMarker.getAttribute(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.AbstractScriptBreakpoint.getExpression()292
org.eclipse.dltk.internal.debug.core.model.AbstractScriptBreakpoint.getMessage()235
org.eclipse.dltk.internal.debug.core.model.AbstractScriptBreakpoint.getModelIdentifier()106
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.getEntryBreakpointId()79
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.getExitBreakpointId()88
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.getMethodName()56
org.eclipse.dltk.internal.debug.core.model.ScriptWatchpoint.getFieldName()68
org.eclipse.dltk.internal.debug.core.model.ScriptWatchpoint.isAccess()80
org.eclipse.dltk.internal.debug.core.model.ScriptWatchpoint.isModification()85

org.eclipse.core.resources.IMarker.getAttribute(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointManager.hasBreakpointChanges(IMarkerDelta, IScriptBreakpoint)274
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointManager.hasSpawnpointChanges(IMarkerDelta, IScriptBreakpoint)305
org.eclipse.dltk.internal.debug.core.model.ScriptExceptionBreakpoint.getTypeName()202
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceName()97
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourcePath()129
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceURI()148

org.eclipse.core.resources.IMarker.getResource()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.AbstractScriptBreakpoint.getResourceName()287
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResource()110
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceName()92
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourcePath()128
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourcePath()126
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceURI()145
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceURI()142

org.eclipse.core.resources.IMarker.setAttribute(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.setBreakOnEntry(boolean)65
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.setBreakOnExit(boolean)74

org.eclipse.core.resources.IMarker.setAttribute(String, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.ScriptMethodEntryBreakpoint(String, IResource, IPath, int, int, int, boolean, String)48
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.setEntryBreakpointId(String)83
org.eclipse.dltk.internal.debug.core.model.ScriptMethodEntryBreakpoint.setExitBreakpointId(String)92
org.eclipse.dltk.internal.debug.core.model.ScriptWatchpoint.setAccess(boolean)90
org.eclipse.dltk.internal.debug.core.model.ScriptWatchpoint.setFieldName(String)72
org.eclipse.dltk.internal.debug.core.model.ScriptWatchpoint.setModification(boolean)94

org.eclipse.core.resources.IMarker.setAttributes(Map)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptExceptionBreakpoint.1.run(IProgressMonitor)89
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.1.run(IProgressMonitor)68
org.eclipse.dltk.internal.debug.core.model.ScriptMarkerFactory.makeMarker(IResource, Map, String)27
org.eclipse.dltk.internal.debug.core.model.ScriptSpawnpoint.1.run(IProgressMonitor)65
org.eclipse.dltk.internal.debug.core.model.ScriptWatchpoint.1.run(IProgressMonitor)55

org.eclipse.core.resources.IMarkerDelta.getAttribute(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointManager.classifyBreakpointChange(IMarkerDelta, IScriptBreakpoint, String)336

org.eclipse.core.resources.IMarkerDelta.getAttribute(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointManager.classifyBreakpointChange(IMarkerDelta, IScriptBreakpoint, String)338

org.eclipse.core.resources.IMarkerDelta.getAttribute(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointManager.hasBreakpointChanges(IMarkerDelta, IScriptBreakpoint)273
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointManager.hasSpawnpointChanges(IMarkerDelta, IScriptBreakpoint)304

org.eclipse.core.resources.IMarkerDelta.getMarker()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointManager.hasBreakpointChanges(IMarkerDelta, IScriptBreakpoint)269
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointManager.hasSpawnpointChanges(IMarkerDelta, IScriptBreakpoint)299

org.eclipse.core.resources.IResource.createMarker(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptExceptionBreakpoint.1.run(IProgressMonitor)79
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.1.run(IProgressMonitor)59
org.eclipse.dltk.internal.debug.core.model.ScriptMarkerFactory.makeMarker(IResource, Map, String)26
org.eclipse.dltk.internal.debug.core.model.ScriptSpawnpoint.1.run(IProgressMonitor)56
org.eclipse.dltk.internal.debug.core.model.ScriptWatchpoint.1.run(IProgressMonitor)45

org.eclipse.core.resources.IResource.equals(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResource()111
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceName()93
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourcePath()127
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceURI()143

org.eclipse.core.resources.IResource.getFullPath()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourcePath()128

org.eclipse.core.resources.IResource.getLocation()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptBreakpointPathMapper.map(URI)55

org.eclipse.core.resources.IResource.getLocationURI()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceURI()145

org.eclipse.core.resources.IResource.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.AbstractScriptBreakpoint.getResourceName()287
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getResourceName()94

org.eclipse.core.resources.IResource.getType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.ChangedFilesVisitor.visit(IResourceDelta)317
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.ChangedFilesVisitor.visit(IResourceDelta)317

org.eclipse.core.resources.IResourceChangeEvent.getDelta()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.getChangedFiles(IResourceChangeEvent)280

org.eclipse.core.resources.IResourceChangeEvent.getType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.getChangedFiles(IResourceChangeEvent)281

org.eclipse.core.resources.IResourceDelta.accept(IResourceDeltaVisitor)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.getChangedFiles(IResourceChangeEvent)287

org.eclipse.core.resources.IResourceDelta.getFlags()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.ChangedFilesVisitor.visit(IResourceDelta)319
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.ChangedFilesVisitor.visit(IResourceDelta)319

org.eclipse.core.resources.IResourceDelta.getKind()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.ChangedFilesVisitor.visit(IResourceDelta)312
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.ChangedFilesVisitor.visit(IResourceDelta)312

org.eclipse.core.resources.IResourceDelta.getResource()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.ChangedFilesVisitor.visit(IResourceDelta)315
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.ChangedFilesVisitor.visit(IResourceDelta)315

org.eclipse.core.resources.IWorkspace.addResourceChangeListener(IResourceChangeListener, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.startup()58

org.eclipse.core.resources.IWorkspace.getRoot()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptDebugTarget.getScriptProject()444
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getWorkspaceRoot()121

org.eclipse.core.resources.IWorkspace.removeResourceChangeListener(IResourceChangeListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.shutdown()63

org.eclipse.core.resources.IWorkspaceRoot.getProject(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.ScriptDebugTarget.getScriptProject()444

org.eclipse.core.resources.ResourcesPlugin.getWorkspace()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.shutdown()63
org.eclipse.dltk.internal.debug.core.model.HotCodeReplaceManager.startup()58
org.eclipse.dltk.internal.debug.core.model.ScriptDebugTarget.getScriptProject()443
org.eclipse.dltk.internal.debug.core.model.ScriptLineBreakpoint.getWorkspaceRoot()121

Back to reference summary for org.eclipse.dltk.debug

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict