public class ReferenceRange
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
containsOffsetInElement(PsiReference ref,
int offset) |
static boolean |
containsOffsetInElement(PsiSymbolReference ref,
int offset) |
static boolean |
containsRangeInElement(PsiSymbolReference ref,
TextRange rangeInElement) |
static java.util.List<TextRange> |
getAbsoluteRanges(PsiReference ref) |
static java.util.List<TextRange> |
getAbsoluteRanges(PsiSymbolReference ref) |
static TextRange |
getRange(PsiReference ref) |
static java.util.List<TextRange> |
getRanges(PsiReference ref) |
static java.util.List<TextRange> |
getRanges(PsiSymbolReference ref) |
public static java.util.List<TextRange> getRanges(PsiReference ref)
public static java.util.List<TextRange> getRanges(PsiSymbolReference ref)
public static java.util.List<TextRange> getAbsoluteRanges(PsiReference ref)
public static java.util.List<TextRange> getAbsoluteRanges(PsiSymbolReference ref)
public static TextRange getRange(PsiReference ref)
public static boolean containsOffsetInElement(PsiReference ref, int offset)
public static boolean containsOffsetInElement(PsiSymbolReference ref, int offset)
public static boolean containsRangeInElement(PsiSymbolReference ref, TextRange rangeInElement)