Module aya.base

Interface NameProblem.Error

All Superinterfaces:
NameProblem, org.aya.util.reporter.Problem
All Known Implementing Classes:
NameProblem.AmbiguousNameError, NameProblem.DuplicateModNameError, NameProblem.DuplicateNameError, NameProblem.ModNameNotFoundError, NameProblem.ModNotFoundError, NameProblem.OperatorNameNotFound, NameProblem.QualifiedNameNotFoundError, NameProblem.UnqualifiedNameNotFoundError
Enclosing interface:
NameProblem

public static interface NameProblem.Error extends NameProblem
  • Method Details

    • level

      @NotNull default @NotNull org.aya.util.reporter.Problem.Severity level()
      Specified by:
      level in interface org.aya.util.reporter.Problem