Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.SourceMapper
Packages that use SourceMapper
-
Uses of SourceMapper in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return SourceMapperModifier and TypeMethodDescriptionJavaElement.getSourceMapper()Returns the SourceMapper facility for this element, ornullif this element does not have a SourceMapper.JavaProject.getSourceMapper()PackageFragmentRoot.getSourceMapper()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type SourceMapperModifier and TypeMethodDescriptionprotected IJavaElementAbstractClassFile.findElement(IJavaElement elt, int position, SourceMapper mapper) Finds the deepestIJavaElementin the hierarchy ofelt's children (includingeltitself) which has a source range that enclosespositionaccording tomapper.voidPackageFragmentRoot.setSourceMapper(SourceMapper mapper) For use byAttachSourceOperationonly.