- 所有超级接口:
org.aya.util.reporter.Problem
- 所有已知子接口:
NameProblem.Error,NameProblem.Warn
- 所有已知实现类:
NameProblem.AmbiguousNameError,NameProblem.AmbiguousNameWarn,NameProblem.DuplicateExportError,NameProblem.DuplicateModNameError,NameProblem.DuplicateNameError,NameProblem.ModNameNotFoundError,NameProblem.ModNotFoundError,NameProblem.ModShadowingWarn,NameProblem.OperatorNameNotFound,NameProblem.QualifiedNameNotFoundError,NameProblem.ShadowingWarn,NameProblem.UnqualifiedNameNotFoundError
public interface NameProblem
extends org.aya.util.reporter.Problem
-
嵌套类概要
嵌套类修饰符和类型接口说明static final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic interfacestatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic interface从接口继承的嵌套类/接口 org.aya.util.reporter.Problem
org.aya.util.reporter.Problem.Severity, org.aya.util.reporter.Problem.Stage -
字段概要
从接口继承的字段 org.aya.util.reporter.Problem
ERROR, NOTE, TEXT -
方法概要
从接口继承的方法 org.aya.util.reporter.Problem
brief, describe, hint, inlineHints, isError, level, sourcePos, toPrettyError
-
方法详细资料
-
stage
@NotNull default @NotNull org.aya.util.reporter.Problem.Stage stage()- 指定者:
stage在接口中org.aya.util.reporter.Problem
-