Interface PsiNameIdentifierOwner

All Superinterfaces:
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.

  • Method Details

    • getNameIdentifier

      @Nullable @Nullable PsiElement getNameIdentifier()
    • getIdentifyingElement

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