public class SharedPsiElementImplUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static PsiReference |
findReferenceAt(PsiElement thisElement,
int offset) |
static PsiReference |
findReferenceAt(PsiElement thisElement,
int offset,
Language lang) |
static PsiElement |
getNextSibling(PsiElement element) |
static PsiElement |
getPrevSibling(PsiElement element) |
static PsiReference [] |
getReferences(PsiElement thisElement) |
public static PsiReference findReferenceAt(PsiElement thisElement, int offset, Language lang)
public static PsiReference findReferenceAt(PsiElement thisElement, int offset)
public static PsiReference [] getReferences(PsiElement thisElement)
public static PsiElement getNextSibling(PsiElement element)
public static PsiElement getPrevSibling(PsiElement element)