Methods from org.eclipse.debug.core used by org.eclipse.php.debug.ui

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

Reference Details

org.eclipse.debug.core.DebugEvent.DebugEvent(Object, int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)118
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)118

org.eclipse.debug.core.DebugEvent.getData()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.ShowViewListener.handleDebugEvents(DebugEvent[])281
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.ShowViewListener.handleDebugEvents(DebugEvent[])281

org.eclipse.debug.core.DebugEvent.getKind()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.ShowViewListener.handleDebugEvents(DebugEvent[])259
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.ShowViewListener.handleDebugEvents(DebugEvent[])259
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.ShowViewListener.handleDebugEvents(DebugEvent[])276
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.ShowViewListener.handleDebugEvents(DebugEvent[])276
org.eclipse.php.internal.debug.ui.views.DebugBrowserView.1.handleDebugEvents(DebugEvent[])98
org.eclipse.php.internal.debug.ui.views.DebugOutputView.1.handleDebugEvents(DebugEvent[])80

org.eclipse.debug.core.DebugPlugin.addDebugEventListener(IDebugEventSetListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.start(BundleContext)89
org.eclipse.php.internal.debug.ui.views.DebugBrowserView.createPartControl(Composite)113
org.eclipse.php.internal.debug.ui.views.DebugOutputView.createViewer(Composite)94

org.eclipse.debug.core.DebugPlugin.fireDebugEventSet(DebugEvent[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)118
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)118

org.eclipse.debug.core.DebugPlugin.getDefault()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.PHPWatchAction.run(IAction)54
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.findLaunchConfiguration(IProject, String, String, PHPexeItem, String, ILaunchConfigurationType)302
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.getNewConfigurationName(String)372
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.getPHPExeLaunchConfigType()165
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.FirstSelectionDebugLaunchListener.1.run()370
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.start(BundleContext)94
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.start(BundleContext)89
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.start(BundleContext)99
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.stop(BundleContext)121
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.stop(BundleContext)126
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.stop(BundleContext)130
org.eclipse.php.internal.debug.ui.views.DebugBrowserView.createPartControl(Composite)113
org.eclipse.php.internal.debug.ui.views.DebugBrowserView.dispose()131
org.eclipse.php.internal.debug.ui.views.DebugOutputView.createViewer(Composite)94
org.eclipse.php.internal.debug.ui.views.DebugOutputView.dispose()120
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)118
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)118

org.eclipse.debug.core.DebugPlugin.getExpressionManager()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.PHPWatchAction.run(IAction)54

org.eclipse.debug.core.DebugPlugin.getLaunchManager()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.findLaunchConfiguration(IProject, String, String, PHPexeItem, String, ILaunchConfigurationType)302
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.getNewConfigurationName(String)372
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.getPHPExeLaunchConfigType()165
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.FirstSelectionDebugLaunchListener.1.run()370
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.start(BundleContext)94
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.start(BundleContext)99
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.stop(BundleContext)126
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.stop(BundleContext)130

org.eclipse.debug.core.DebugPlugin.isUseStepFilters()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.preferences.stepFilter.PHPDebugStepFilterPreferencePage.createStepFilterPreferences(Composite)197

org.eclipse.debug.core.DebugPlugin.removeDebugEventListener(IDebugEventSetListener)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.stop(BundleContext)121
org.eclipse.php.internal.debug.ui.views.DebugBrowserView.dispose()131
org.eclipse.php.internal.debug.ui.views.DebugOutputView.dispose()120

org.eclipse.debug.core.DebugPlugin.setUseStepFilters(boolean)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.preferences.stepFilter.PHPDebugStepFilterPreferencePage.performOk()376

org.eclipse.debug.core.IExpressionManager.addExpression(IExpression)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.PHPWatchAction.run(IAction)61

org.eclipse.debug.core.IExpressionManager.newWatchExpression(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.PHPWatchAction.run(IAction)60

org.eclipse.debug.core.ILaunch.getDebugTarget()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.console.PHPConsoleColorProvider.connect(IProcess, IConsole)78
org.eclipse.php.internal.debug.ui.console.PHPConsoleColorProvider.connect(IProcess, IConsole)77
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.FirstSelectionDebugLaunchListener.1.run()360

org.eclipse.debug.core.ILaunch.getDebugTargets()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.views.DebugViewHelper.getAdaptableElement()68

org.eclipse.debug.core.ILaunchConfiguration.getAttribute(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.initializeFrom(ILaunchConfiguration)352
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.updateDebugInfoOption(ILaunchConfiguration)570

org.eclipse.debug.core.ILaunchConfiguration.getAttribute(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPDebugArgumentsTab.initializeFrom(ILaunchConfiguration)141
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.applyLaunchDelegateConfiguration(ILaunchConfigurationWorkingCopy)466
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.isValid(ILaunchConfiguration)381
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.isValid(ILaunchConfiguration)366
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.setDefaults(ILaunchConfigurationWorkingCopy)479
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.updateArgument(ILaunchConfiguration)552
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.updateArgument(ILaunchConfiguration)551
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.updateLocation(ILaunchConfiguration)589
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.updateLocation(ILaunchConfiguration)588
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.updateLocation(ILaunchConfiguration)587
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.findLaunchConfiguration(IProject, String, String, PHPexeItem, String, ILaunchConfigurationType)306
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.findLaunchConfiguration(IProject, String, String, PHPexeItem, String, ILaunchConfigurationType)308
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.findLaunchConfiguration(IProject, String, String, PHPexeItem, String, ILaunchConfigurationType)307

org.eclipse.debug.core.ILaunchConfigurationType.newInstance(IContainer, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)331

org.eclipse.debug.core.ILaunchConfigurationWorkingCopy.doSave()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)345

org.eclipse.debug.core.ILaunchConfigurationWorkingCopy.setAttribute(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)449
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)451
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.setDefaults(ILaunchConfigurationWorkingCopy)491
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)342
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)343

org.eclipse.debug.core.ILaunchConfigurationWorkingCopy.setAttribute(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPDebugArgumentsTab.performApply(ILaunchConfigurationWorkingCopy)151
org.eclipse.php.internal.debug.ui.launching.PHPDebugArgumentsTab.setDefaults(ILaunchConfigurationWorkingCopy)133
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.applyLaunchDelegateConfiguration(ILaunchConfigurationWorkingCopy)468
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)442
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)426
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)435
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)438
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)445
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)433
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)443
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)446
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.performApply(ILaunchConfigurationWorkingCopy)428
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.setDefaults(ILaunchConfigurationWorkingCopy)486
org.eclipse.php.internal.debug.ui.launching.PHPExecutableLaunchTab.setDefaults(ILaunchConfigurationWorkingCopy)489
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)337
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)341
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)339
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)334
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)336
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.createConfiguration(IProject, String, String, PHPexeItem, ILaunchConfigurationType)338

org.eclipse.debug.core.ILaunchManager.addLaunchListener(ILaunchesListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.start(BundleContext)99
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.start(BundleContext)94

org.eclipse.debug.core.ILaunchManager.generateUniqueLaunchConfigurationNameFrom(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.getNewConfigurationName(String)372

org.eclipse.debug.core.ILaunchManager.getLaunchConfigurations(ILaunchConfigurationType)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.findLaunchConfiguration(IProject, String, String, PHPexeItem, String, ILaunchConfigurationType)302

org.eclipse.debug.core.ILaunchManager.getLaunchConfigurationType(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.launching.PHPExeLaunchShortcut.getPHPExeLaunchConfigType()166

org.eclipse.debug.core.ILaunchManager.removeLaunchListener(ILaunchesListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.stop(BundleContext)126
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.stop(BundleContext)130

org.eclipse.debug.core.model.Breakpoint.getMarker()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.presentation.PHPModelPresentation.getEditorInput(Object)234
org.eclipse.php.internal.debug.ui.presentation.PHPModelPresentation.getText(Object)126
org.eclipse.php.internal.debug.ui.presentation.XDebugModelPresentation.getEditorInput(Object)244
org.eclipse.php.internal.debug.ui.presentation.XDebugModelPresentation.getText(Object)128

org.eclipse.debug.core.model.Breakpoint.isEnabled()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.presentation.PHPModelPresentation.getBreakpointImage(PHPConditionalBreakpoint)92
org.eclipse.php.internal.debug.ui.presentation.XDebugModelPresentation.getBreakpointImage(PHPConditionalBreakpoint)93

org.eclipse.debug.core.model.DebugElement.getDebugTarget()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.hovers.PHPDebugTextHover.getDebugTarget()194
org.eclipse.php.internal.debug.ui.hovers.PHPDebugTextHover.getDebugTarget()199
org.eclipse.php.internal.debug.ui.hovers.XDebugTextHover.getPropertyValue(DBGpStackFrame, String)131
org.eclipse.php.internal.debug.ui.presentation.PHPModelPresentation.getThreadText(PHPThread)153
org.eclipse.php.internal.debug.ui.presentation.XDebugModelPresentation.getThreadText(DBGpThread)155

org.eclipse.debug.core.model.IDebugElement.getDebugTarget()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.getValueString(IVariable)79
org.eclipse.php.internal.debug.ui.views.DebugViewHelper.getDebugTarget(IDebugElement)84
org.eclipse.php.internal.debug.ui.views.PHPStackView.StackViewContentProvider.getParent(Object)97
org.eclipse.php.internal.debug.ui.views.PHPStackView.StackViewContentProvider.getParent(Object)97
org.eclipse.php.internal.debug.ui.views.PHPStackView.update()211
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.evaluateExpression(String, IDebugElement, IWatchExpressionListener)65
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.evaluateExpression(String, IDebugElement, IWatchExpressionListener)42

org.eclipse.debug.core.model.IDebugElement.getModelIdentifier()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.sourcelookup.PHPSourceNotFoundEditorInput.PHPSourceNotFoundEditorInput(PHPSourceNotFoundInput, String)69
org.eclipse.php.internal.debug.ui.sourcelookup.PHPSourceNotFoundEditorInput.PHPSourceNotFoundEditorInput(PHPSourceNotFoundInput)55
org.eclipse.php.internal.debug.ui.views.DebugViewHelper.getDebugTarget(IDebugElement)82
org.eclipse.php.internal.debug.ui.views.DebugViewHelper.getDebugTarget(IDebugElement)83
org.eclipse.php.internal.debug.ui.views.PHPStackView.update()210

org.eclipse.debug.core.model.IDebugTarget.getThreads()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.FirstSelectionDebugLaunchListener.1.run()363
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.FirstSelectionDebugLaunchListener.1.run()365
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.FirstSelectionDebugLaunchListener.1.run()363

org.eclipse.debug.core.model.IProcess.getLaunch()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.console.PHPConsoleColorProvider.connect(IProcess, IConsole)74

org.eclipse.debug.core.model.IProcess.getStreamsProxy()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.console.PHPConsoleColorProvider.connect(IProcess, IConsole)59

org.eclipse.debug.core.model.IStackFrame.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.sourcelookup.PHPSourceNotFoundEditorInput.getName()94

org.eclipse.debug.core.model.ISuspendResume.isSuspended()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.breakpoint.adapter.PHPRunToLineAdapter.canRunToLine(IWorkbenchPart, ISelection, ISuspendResume)134
org.eclipse.php.internal.debug.ui.views.DebugBrowserView.update(IPHPDebugTarget)158
org.eclipse.php.internal.debug.ui.views.DebugOutputView.update(IPHPDebugTarget)142

org.eclipse.debug.core.model.ITerminate.isTerminated()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.views.DebugBrowserView.update(IPHPDebugTarget)158
org.eclipse.php.internal.debug.ui.views.DebugOutputView.update(IPHPDebugTarget)142

org.eclipse.debug.core.model.ITerminate.terminate()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.pathmapper.PathEntrySelector.runFilterDialog(Shell, VirtualPath, PathEntry[], IDebugTarget)86

org.eclipse.debug.core.model.IThread.getTopStackFrame()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.PHPDebugUIPlugin.FirstSelectionDebugLaunchListener.1.run()366
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.evaluateExpression(String, IDebugElement, IWatchExpressionListener)57

org.eclipse.debug.core.model.IValue.getValueString()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.getValueString(IVariable)91
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.getValueString(IVariable)74
org.eclipse.php.internal.debug.ui.hovers.XDebugTextHover.getPropertyValue(DBGpStackFrame, String)143
org.eclipse.php.internal.debug.ui.hovers.XDebugTextHover.getValueByEval(DBGpTarget, String)112
org.eclipse.php.internal.debug.ui.presentation.PHPModelPresentation.computeDetail(IValue, IValueDetailListener)217
org.eclipse.php.internal.debug.ui.presentation.XDebugModelPresentation.computeDetail(IValue, IValueDetailListener)227
org.eclipse.php.internal.debug.ui.views.variables.PHPVariableCellModifier.getValue(Object, String)41

org.eclipse.debug.core.model.IValueModification.setValue(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.PHPVariableValueEditor.editVariable(IVariable, Shell)53
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.editVariable(IVariable, Shell)60

org.eclipse.debug.core.model.IValueModification.verifyValue(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.PrimitiveValidator.isValid(String)125
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.PrimitiveValidator.isValid(String)125

org.eclipse.debug.core.model.IVariable.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.PHPVariableValueEditor.editVariable(IVariable, Shell)44
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.editVariable(IVariable, Shell)51

org.eclipse.debug.core.model.IVariable.getValue()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.PHPVariableValueEditor.editVariable(IVariable, Shell)47
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.getValueString(IVariable)73
org.eclipse.php.internal.debug.ui.actions.XDebugVariableValueEditor.getValueString(IVariable)87
org.eclipse.php.internal.debug.ui.hovers.XDebugTextHover.getPropertyValue(DBGpStackFrame, String)141
org.eclipse.php.internal.debug.ui.hovers.XDebugTextHover.getValueByEval(DBGpTarget, String)110
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.XDebugWatchExpressionResult.evaluate()112
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.XDebugWatchExpressionResult.evaluate()112

org.eclipse.debug.core.model.IWatchExpression.setExpressionContext(IDebugElement)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.actions.PHPWatchAction.run(IAction)63

org.eclipse.debug.core.model.IWatchExpressionListener.watchEvaluationFinished(IWatchExpressionResult)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.evaluateExpression(String, IDebugElement, IWatchExpressionListener)63
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.evaluateExpression(String, IDebugElement, IWatchExpressionListener)71
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)115
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)112
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)112
org.eclipse.php.internal.debug.ui.watch.PHPWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)115
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.evaluateExpression(String, IDebugElement, IWatchExpressionListener)47
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.evaluateExpression(String, IDebugElement, IWatchExpressionListener)54
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)73
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)76
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)76
org.eclipse.php.internal.debug.ui.watch.XDebugWatchExpressionDelegate.EvaluationRunnable.run(IProgressMonitor)73

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

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict