Uses of Interface
org.eclipse.jdt.core.ISourceRange

Packages that use ISourceRange
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.internal.core   
 

Uses of ISourceRange in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return ISourceRange
 ISourceRange IMember.getJavadocRange()
          Returns the Javadoc range if this element is from source or if this element is a binary element with an attached source, null otherwise.
 ISourceRange IAnnotation.getNameRange()
          Returns the source range of this annotation's name, or null if this annotation does not have associated source code (for example, in a binary type).
 ISourceRange ITypeParameter.getNameRange()
          Returns the source range of this type parameter's name, or null if this type parameter does not have associated source code (for example, in a binary type).
 ISourceRange IMember.getNameRange()
          Returns the source range of this member's simple name, or null if this member does not have a name (for example, an initializer), or if this member does not have associated source code (for example, a binary type).
 ISourceRange ILocalVariable.getNameRange()
          Returns the source range of this local variable's name.
 ISourceRange ISourceReference.getSourceRange()
          Returns the source range associated with this element.
 

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

Classes in org.eclipse.jdt.internal.core that implement ISourceRange
 class SourceRange
           
 

Methods in org.eclipse.jdt.internal.core that return ISourceRange
 ISourceRange Member.getJavadocRange()
           
 ISourceRange LocalVariable.getNameRange()
           
 ISourceRange Initializer.getNameRange()
           
 ISourceRange Member.getNameRange()
           
 ISourceRange BinaryMember.getNameRange()
           
 ISourceRange TypeParameter.getNameRange()
           
 ISourceRange Annotation.getNameRange()
           
 ISourceRange ClassFile.getSourceRange()
           
 ISourceRange LocalVariable.getSourceRange()
           
 ISourceRange ImportContainer.getSourceRange()
           
 ISourceRange BinaryMember.getSourceRange()
           
 ISourceRange CompilationUnit.getSourceRange()
           
 ISourceRange SourceRefElement.getSourceRange()
           
 ISourceRange TypeParameter.getSourceRange()
           
 ISourceRange Annotation.getSourceRange()
           
 ISourceRange SourceMapper.mapSource(IType type, char[] contents, IBinaryType info, IJavaElement elementToFind)
          Maps the given source code to the given binary type and its children.