程序包 com.intellij.psi

接口 PsiErrorElement

所有超级接口:
PsiElement

public interface PsiErrorElement extends PsiElement
Represents a syntax error (for example, invalid token) in Java or custom language code.
  • 方法详细资料

    • getErrorDescription

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