模块 aya.base

接口 NameProblem.Error

所有超级接口:
NameProblem, org.aya.util.reporter.Problem
所有已知实现类:
NameProblem.AmbiguousNameError, NameProblem.DuplicateModNameError, NameProblem.DuplicateNameError, NameProblem.ModNameNotFoundError, NameProblem.ModNotFoundError, NameProblem.OperatorNameNotFound, NameProblem.QualifiedNameNotFoundError, NameProblem.UnqualifiedNameNotFoundError
封闭接口:
NameProblem

public static interface NameProblem.Error extends NameProblem
  • 方法详细资料

    • level

      @NotNull default @NotNull org.aya.util.reporter.Problem.Severity level()
      指定者:
      level 在接口中 org.aya.util.reporter.Problem