Interface PsiErrorElement

All Superinterfaces:
PsiElement

public interface PsiErrorElement extends PsiElement
Represents a syntax error (for example, an invalid token) in custom language code.
See Also:
  • com.intellij.psi.util.PsiTreeUtil#hasErrorElements(PsiElement)
  • com.intellij.psi.util.PsiTreeUtilKt#hasErrorElementInRange(PsiFile, TextRange)
  • com.intellij.util.PsiErrorElementUtil
  • Method Details

    • getErrorDescription

      @NotNull @NotNull String getErrorDescription()
      Returns:
      the error description.