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

Packages that use ISourceRange
org.eclipse.jdt.core   
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core   
 

Uses of ISourceRange in org.eclipse.jdt.core
 

Classes in org.eclipse.jdt.core that implement ISourceRange
 class SourceRange
          A source range defines an element's source coordinates relative to its source buffer.
 

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 ILocalVariable.getNameRange()
          Returns the source range of this local variable's name.
 ISourceRange ISourceReference.getNameRange()
          Returns the name range associated with this element.
 ISourceRange ISourceReference.getSourceRange()
          Returns the source range associated with this element.
 

Methods in org.eclipse.jdt.core with parameters of type ISourceRange
static boolean SourceRange.isAvailable(ISourceRange range)
          Helper method that answers whether a valid source range is available in the given ISourceRange.
 

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

Methods in org.eclipse.jdt.core.dom with parameters of type ISourceRange
static ASTNode NodeFinder.perform(ASTNode root, ISourceRange range)
          Maps a selection to a given ASTNode, where the selection is defined using a source range.
 

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

Methods in org.eclipse.jdt.internal.core that return ISourceRange
 ISourceRange Member.getJavadocRange()
           
protected  ISourceRange ImportDeclarationElementInfo.getNameRange()
           
 ISourceRange ImportDeclaration.getNameRange()
           
 ISourceRange LocalVariable.getNameRange()
          Returns the source range of this local variable's name.
 ISourceRange ImportContainer.getNameRange()
           
 ISourceRange BinaryMember.getNameRange()
           
 ISourceRange ClassFile.getNameRange()
           
 ISourceRange Member.getNameRange()
           
 ISourceRange TypeParameter.getNameRange()
           
protected  ISourceRange AnnotatableInfo.getNameRange()
           
 ISourceRange PackageDeclaration.getNameRange()
           
 ISourceRange CompilationUnit.getNameRange()
           
 ISourceRange Annotation.getNameRange()
           
 ISourceRange Initializer.getNameRange()
           
 ISourceRange LocalVariable.getSourceRange()
          Returns the source range associated with this element.
 ISourceRange ImportContainer.getSourceRange()
           
protected  ISourceRange CompilationUnitElementInfo.getSourceRange()
           
 ISourceRange BinaryMember.getSourceRange()
           
 ISourceRange ClassFile.getSourceRange()
           
 ISourceRange TypeParameter.getSourceRange()
           
 ISourceRange SourceRefElement.getSourceRange()
           
 ISourceRange CompilationUnit.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.