Uses of Class
org.eclipse.jdt.core.SourceRange

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

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

Fields in org.eclipse.jdt.internal.core declared as SourceRange
protected  SourceRange[] SourceMapper.memberNameRange
          The SourceRange of the name of the current member element.
static SourceRange SourceMapper.UNKNOWN_RANGE
          The unknown source range {-1, 0}
 

Methods in org.eclipse.jdt.internal.core that return SourceRange
 SourceRange SourceMapper.getNameRange(IJavaElement element)
          Returns the SourceRange for the name of the given element, or {-1, -1} if no source range is known for the name of the element.
 SourceRange SourceMapper.getSourceRange(IJavaElement element)
          Returns the SourceRange for the given element, or {-1, -1} if no source range is known for the element.
 

Methods in org.eclipse.jdt.internal.core with parameters of type SourceRange
protected  void SourceMapper.setSourceRange(IJavaElement element, SourceRange sourceRange, SourceRange nameRange)
          Sets the mapping for this element to its source ranges for its source range and name range.