Uses of Interface
org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
Package
Description
Provides an implementation of a source locator for the Java debug model.
Application programming interfaces and classes for source lookup.
-
Uses of IJavaSourceLocation in org.eclipse.jdt.debug.ui
Modifier and TypeMethodDescriptionJavaUISourceLocator.getSourceLocations()
Deprecated.Returns the locations that this source locator is currently searching, in the order that they are searched.Modifier and TypeMethodDescriptionvoid
JavaUISourceLocator.setSourceLocations
(IJavaSourceLocation[] locations) Deprecated./** Sets the locations that will be searched, in the order to be searched. -
Uses of IJavaSourceLocation in org.eclipse.jdt.launching.sourcelookup
Modifier and TypeClassDescriptionclass
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0.class
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0.class
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0.class
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0.Modifier and TypeMethodDescriptionstatic IJavaSourceLocation[]
JavaSourceLocator.getDefaultSourceLocations
(IJavaProject project) Deprecated.Returns a default collection of source locations for the given Java project.JavaSourceLocator.getSourceLocations()
Deprecated.Returns the locations that this source locator is currently searching, in the order that they are searched.Modifier and TypeMethodDescriptionvoid
JavaSourceLocator.setSourceLocations
(IJavaSourceLocation[] locations) Deprecated.Sets the locations that will be searched, in the order to be searched.ModifierConstructorDescriptionJavaSourceLocator
(IJavaSourceLocation[] locations) Deprecated.Constructs a new JavaSourceLocator that searches the specified set of source locations for source elements.