程序包 com.intellij.psi

接口 PsiNameIdentifierOwner

所有超级接口:
PsiElement, PsiNamedElement

public interface PsiNameIdentifierOwner extends PsiNamedElement
A Psi element which has a name given by an identifier token in the Psi tree.

Implementors should also override PsiElement.getTextOffset() to return the relative offset of the identifier token.

  • 方法详细资料

    • getNameIdentifier

      @Nullable @Nullable PsiElement getNameIdentifier()
    • getIdentifyingElement

      @Nullable default @Nullable PsiElement getIdentifyingElement()
      返回:
      element to be used in reference equality checks