Uses of Interface
org.eclipse.debug.core.sourcelookup.ISourcePathComputer
Packages that use ISourcePathComputer
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides support for source lookup.
-
Uses of ISourcePathComputer in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return ISourcePathComputerModifier and TypeMethodDescriptionILaunchConfigurationType.getSourcePathComputer()Returns the source path computer registered with this launch configuration type ornullif unspecified.ILaunchManager.getSourcePathComputer(String id) Returns the source path computer extension registered with the given unique identifier, ornullif none.ILaunchManager.getSourcePathComputer(ILaunchConfiguration configuration) Returns a source path computer to compute a default source lookup path for the given launch configuration, ornullif a source path computer has not been registered for the associated launch configuration type. -
Uses of ISourcePathComputer in org.eclipse.debug.core.sourcelookup
Fields in org.eclipse.debug.core.sourcelookup declared as ISourcePathComputerModifier and TypeFieldDescriptionprotected ISourcePathComputerAbstractSourceLookupDirector.fComputerMethods in org.eclipse.debug.core.sourcelookup that return ISourcePathComputerModifier and TypeMethodDescriptionAbstractSourceLookupDirector.getSourcePathComputer()ISourceLookupDirector.getSourcePathComputer()Returns the source path computer to use with this source lookup director, possiblynull.Methods in org.eclipse.debug.core.sourcelookup with parameters of type ISourcePathComputerModifier and TypeMethodDescriptionvoidAbstractSourceLookupDirector.setSourcePathComputer(ISourcePathComputer computer) voidISourceLookupDirector.setSourcePathComputer(ISourcePathComputer computer) Sets the source path computer for this source lookup director.