Types from org.eclipse.core.resources used by org.eclipse.php.debug.core

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

Reference Details

org.eclipse.core.resources.IContainer

CASTS
Reference LocationLine Number
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)180
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)219
org.eclipse.php.internal.debug.core.phpIni.PHPINIUtil.createPhpIniByProject(File, IProject)135
INSTANCEOF
Reference LocationLine Number
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)179
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)217
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)180
org.eclipse.php.internal.debug.core.phpIni.PHPINIUtil.createPhpIniByProject(File, IProject)135

org.eclipse.core.resources.IFile

CASTS
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.createRuntimeBreakpoint(IMarker)87
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)72
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)83
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.hookPHPExeDebug(ILaunch, DebugSessionStartedNotification)645
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToSystem(PHPstack)1039
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.fSourceFile-1
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.workspaceFile-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.2.1.visit(IResource)411
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)71
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)82
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.mapFirstDebugFile(String)1117
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.createRuntimeBreakpoint(IMarker)87
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.createRuntimeBreakpoint(IMarker)62
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)176
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpStackFrame.DBGpStackFrame(DBGpThread, Node)74
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.testInitialScriptLocating()283
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.hookPHPExeDebug(ILaunch, DebugSessionStartedNotification)645
org.eclipse.php.internal.debug.core.zend.debugger.handlers.StartProcessFileNotificationHandler.prepareForProcessing(String, PHPDebugTarget)98
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToLocalFilename(String, String, String)267
PARAMETER
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.1.(PHPRunToLineBreakpoint, IFile, int)-1
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.PHPRunToLineBreakpoint(IFile, int)-1
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtLayer.createRunToLineBreakpoint(IFile, int)-1
org.eclipse.php.internal.debug.core.xdebug.dbgp.DBGpBreakpointFacade.createRunToLineBreakpoint(IFile, int)-1
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.runToLine(IFile, int)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.PHPDebugTarget(DebugConnectionThread, ILaunch, String, IFile, int, IProcess, boolean, boolean, IProject)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.getSourceFile()-1
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.getIFile()-1
org.eclipse.php.internal.debug.core.xdebug.dbgp.DBGpBreakpoint.getIFile()-1

org.eclipse.core.resources.IMarker

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.BreakpointSet.supportsBreakpoint(IBreakpoint)75
org.eclipse.php.internal.debug.core.model.PHPConditionalBreakpoint.1.run(IProgressMonitor)52
org.eclipse.php.internal.debug.core.model.PHPConditionalBreakpoint.setConditionWithEnable(boolean, String)80
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.1.run(IProgressMonitor)51
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.1.run(IProgressMonitor)48
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)40
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.breakpointChanged(IBreakpoint, IMarkerDelta)1708
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.breakpointAdded(IBreakpoint)580
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.breakpointChanged(IBreakpoint, IMarkerDelta)667
PARAMETER
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPConditionalBreakpoint.setMarker(IMarker)-1
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.createRuntimeBreakpoint(IMarker)-1
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.setMarker(IMarker)-1
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.createRuntimeBreakpoint(IMarker)-1

org.eclipse.core.resources.IMarkerDelta

PARAMETER
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPWebPageLaunchDelegate.DummyDebugTarget.breakpointChanged(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.launching.PHPWebPageLaunchDelegate.DummyDebugTarget.breakpointChanged(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.launching.PHPWebPageLaunchDelegate.DummyDebugTarget.breakpointRemoved(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.launching.PHPWebPageLaunchDelegate.DummyDebugTarget.breakpointRemoved(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpMultiSessionTarget.breakpointChanged(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpMultiSessionTarget.breakpointRemoved(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.breakpointChanged(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.breakpointRemoved(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.breakpointChanged(IBreakpoint, IMarkerDelta)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.breakpointRemoved(IBreakpoint, IMarkerDelta)-1

org.eclipse.core.resources.IProject

CASTS
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.BreakpointSet.BreakpointSet(IProject, boolean)52
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)233
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPCompositeSourceContainer.createSourceContainers()59
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.BreakpointSet.fProject-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPCompositeSourceContainer.project-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPDirectorySourceContainer.project-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPExternalArchiveSourceContainer.project-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPVariableSourceContainer.project-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.fProject-1
DECLARED_PARAMETERIZED_FIELD
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.BreakpointSet.fProjects-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.BreakpointSet.BreakpointSet(IProject, boolean)51
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)232
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPCompositeSourceContainer.createSourceContainers()58
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPExecutableLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)109
org.eclipse.php.internal.debug.core.launching.PHPWebPageLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)96
org.eclipse.php.internal.debug.core.launching.XDebugExeLaunchConfigurationDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)83
org.eclipse.php.internal.debug.core.launching.XDebugWebLaunchConfigurationDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)80
org.eclipse.php.internal.debug.core.model.BreakpointSet.supportsBreakpoint(IBreakpoint)99
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)233
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)165
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.find(String, IDebugTarget, String, String)76
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPCompositeSourceContainer.createSourceContainers()59
org.eclipse.php.internal.debug.core.sourcelookup.PHPSourcePathComputerDelegate.computeSourceContainers(ILaunchConfiguration, IProgressMonitor)35
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.handleRemoteSessionInitiation(String)341
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.hookPHPExeDebug(ILaunch, DebugSessionStartedNotification)627
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.hookServerDebug(ILaunch, DebugSessionStartedNotification)561
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToLocalFilename(String, String, String)275
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToLocalFilename(String, String, String)270
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToLocalFilename(String, String, String)273
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToLocalFilename(String, String, String)282
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToSystem(PHPstack)1028
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.getTransferEncoding()831
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.mapFirstDebugFile(String)1136
PARAMETER
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.isUsingASPTags(IProject)-1
org.eclipse.php.internal.debug.core.model.BreakpointSet.BreakpointSet(IProject, boolean)-1
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.(String, PathEntry[], PathMapper, String, IProject, IDebugTarget)-1
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.find(PathMapper, String, IProject, IDebugTarget)-1
org.eclipse.php.internal.debug.core.phpIni.PHPINIUtil.createPhpIniByProject(File, IProject)-1
org.eclipse.php.internal.debug.core.phpIni.PHPINIUtil.prepareBeforeDebug(File, String, IProject)-1
org.eclipse.php.internal.debug.core.preferences.PHPexeItem.execPhpScript(IProject, String)-1
org.eclipse.php.internal.debug.core.preferences.PHPProjectPreferences.getDefaultDebuggerID(IProject)-1
org.eclipse.php.internal.debug.core.preferences.PHPProjectPreferences.getDefaultServerName(IProject)-1
org.eclipse.php.internal.debug.core.preferences.PHPProjectPreferences.getElementSettingsForProject(IProject)-1
org.eclipse.php.internal.debug.core.preferences.PHPProjectPreferences.getOutputEncoding(IProject)-1
org.eclipse.php.internal.debug.core.preferences.PHPProjectPreferences.getProjectScope(IProject)-1
org.eclipse.php.internal.debug.core.preferences.PHPProjectPreferences.getStopAtFirstLine(IProject)-1
org.eclipse.php.internal.debug.core.preferences.PHPProjectPreferences.getTransferEncoding(IProject)-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPCompositeSourceContainer.PHPCompositeSourceContainer(IProject, ILaunchConfiguration)-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPDirectorySourceContainer.PHPDirectorySourceContainer(File, boolean, IProject)-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPExternalArchiveSourceContainer.PHPExternalArchiveSourceContainer(String, boolean, IProject)-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPFileSourceContainer.PHPFileSourceContainer(File, IProject)-1
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPVariableSourceContainer.PHPVariableSourceContainer(IPath, IProject)-1
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtLayer.getSourceContainer(IProject, ILaunchConfiguration)-1
org.eclipse.php.internal.debug.core.xdebug.IDELayer.getSourceContainer(IProject, ILaunchConfiguration)-1
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.createDebugTarget(DebugConnectionThread, ILaunch, String, String, int, PHPProcess, boolean, boolean, IProject)-1
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.createDebugTraget(DebugConnectionThread, ILaunch, String, int, PHPProcess, boolean, boolean, IProject)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.initDebugTarget(ILaunch, int, IProcess, boolean, boolean, IProject)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.PHPDebugTarget(DebugConnectionThread, ILaunch, String, IFile, int, IProcess, boolean, boolean, IProject)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.PHPDebugTarget(DebugConnectionThread, ILaunch, String, int, IProcess, boolean, boolean, IProject)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.PHPDebugTarget(DebugConnectionThread, ILaunch, String, String, int, IProcess, boolean, boolean, IProject)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.setProject(IProject)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.getProject(ILaunchConfiguration)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.getProject()-1

org.eclipse.core.resources.IResource

CASTS
Reference LocationLine Number
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.find(String, IDebugTarget, String, String)113
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.handleRemoteSessionInitiation(String)340
INSTANCEOF
Reference LocationLine Number
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.handleRemoteSessionInitiation(String)339
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPExecutableLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)112
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.getProject(ILaunchConfiguration)745
org.eclipse.php.internal.debug.core.launching.XDebugExeLaunchConfigurationDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)72
org.eclipse.php.internal.debug.core.model.BreakpointSet.BreakpointSet(IProject, boolean)50
org.eclipse.php.internal.debug.core.model.BreakpointSet.supportsBreakpoint(IBreakpoint)76
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.createRuntimeBreakpoint(IMarker)82
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.1.run(IProgressMonitor)231
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.find(String, IDebugTarget, String, String)113
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.find(String, IDebugTarget, String, String)78
org.eclipse.php.internal.debug.core.pathmapper.PathMapper.getLocalFile(String)86
org.eclipse.php.internal.debug.core.phpIni.PHPINIUtil.createPhpIniByProject(File, IProject)107
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPCompositeSourceContainer.createSourceContainers()57
org.eclipse.php.internal.debug.core.sourcelookup.containers.PHPCompositeSourceContainer.findSourceElements(String)76
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)45
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)48
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)70
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.handleRemoteSessionInitiation(String)340
org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget.mapToWorkspaceFileIfRequired(String)1501
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.hookPHPExeDebug(ILaunch, DebugSessionStartedNotification)630
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.hookPHPExeDebug(ILaunch, DebugSessionStartedNotification)643
org.eclipse.php.internal.debug.core.zend.debugger.handlers.StartProcessFileNotificationHandler.findBreakpoints(String, PHPDebugTarget)153
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToSystem(PHPstack)1029
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.breakpointAdded(IBreakpoint)581
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.mapFirstDebugFile(String)1116
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.mapFirstDebugFile(String)1135
PARAMETER
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPConditionalBreakpoint.1.(PHPConditionalBreakpoint, IResource, Map, int)-1
org.eclipse.php.internal.debug.core.model.PHPConditionalBreakpoint.PHPConditionalBreakpoint(IResource, int, Map)-1
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.1.(PHPLineBreakpoint, IResource, int)-1
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.PHPLineBreakpoint(IResource, int)-1
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.2.(String, IResource, VirtualPath, List)-1
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.2.1.visit(IResource)-1
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.find(IResource, VirtualPath, List)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.createBreakpoint(IResource, int, Map)-1
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.createBreakpoint(IResource, int)-1

org.eclipse.core.resources.IResourceVisitor

IMPLEMENTS
Reference LocationLine Number
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.2.1-1

org.eclipse.core.resources.IWorkspace

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.php.internal.debug.core.zend.debugger.RemoteDebugger.convertToLocalFilename(String, String, String)257

org.eclipse.core.resources.IWorkspaceRoot

INSTANCEOF
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.BreakpointSet.supportsBreakpoint(IBreakpoint)83
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.createRuntimeBreakpoint(IMarker)84
org.eclipse.php.internal.debug.core.xdebug.breakpoints.PdtBreakpoint.PdtBreakpoint(PHPLineBreakpoint)53
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.breakpointAdded(IBreakpoint)609
org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget.breakpointAdded(IBreakpoint)594
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.php.internal.debug.core.launching.PHPLaunchUtilities.getProject(ILaunchConfiguration)743
org.eclipse.php.internal.debug.core.launching.XDebugExeLaunchConfigurationDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)70
org.eclipse.php.internal.debug.core.zend.communication.DebugConnectionThread.hookPHPExeDebug(ILaunch, DebugSessionStartedNotification)626

org.eclipse.core.resources.IWorkspaceRunnable

IMPLEMENTS
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPConditionalBreakpoint.1-1
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.1-1
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.1-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.php.internal.debug.core.model.PHPConditionalBreakpoint.PHPConditionalBreakpoint(IResource, int, Map)50
org.eclipse.php.internal.debug.core.model.PHPLineBreakpoint.PHPLineBreakpoint(IResource, int)49
org.eclipse.php.internal.debug.core.model.PHPRunToLineBreakpoint.PHPRunToLineBreakpoint(IFile, int)43

org.eclipse.core.resources.ProjectScope

INSTANTIATION
Reference LocationLine Number
org.eclipse.php.internal.debug.core.preferences.PHPProjectPreferences.getProjectScope(IProject)33

org.eclipse.core.resources.WorkspaceJob

EXTENDS
Reference LocationLine Number
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.2404
org.eclipse.php.internal.debug.core.pathmapper.DebugSearchEngine.2-1

Back to reference summary for org.eclipse.php.debug.core

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict