Uses of Class
org.eclipse.jdt.internal.core.SourceMapper

Packages that use SourceMapper
org.eclipse.jdt.internal.core   
 

Uses of SourceMapper in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core that return SourceMapper
 SourceMapper PackageFragmentRoot.getSourceMapper()
           
 SourceMapper JavaProject.getSourceMapper()
           
 SourceMapper JavaElement.getSourceMapper()
          Returns the SourceMapper facility for this element, or null if this element does not have a SourceMapper.
 

Methods in org.eclipse.jdt.internal.core with parameters of type SourceMapper
protected  IJavaElement ClassFile.findElement(IJavaElement elt, int position, SourceMapper mapper)
          Finds the deepest IJavaElement in the hierarchy of elt's children (including elt itself) which has a source range that encloses position according to mapper.
 void PackageFragmentRoot.setSourceMapper(SourceMapper mapper)
          For use by AttachSourceOperation only.