- 所有超级接口:
ExprProblem,org.aya.util.reporter.Problem
- 所有已知实现类:
CubicalProblem.BoundaryDisagree,CubicalProblem.DimensionMismatch,CubicalProblem.FaceMismatch
public sealed interface CubicalProblem
extends ExprProblem
permits CubicalProblem.DimensionMismatch, CubicalProblem.BoundaryDisagree, CubicalProblem.FaceMismatch
-
嵌套类概要
嵌套类修饰符和类型接口说明static final recordstatic final recordstatic final record从接口继承的嵌套类/接口 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.generic.ExprProblem
expr, sourcePos从接口继承的方法 org.aya.util.reporter.Problem
brief, describe, hint, inlineHints, isError, stage, toPrettyError
-
方法详细资料
-
level
@NotNull default @NotNull org.aya.util.reporter.Problem.Severity level()- 指定者:
level在接口中org.aya.util.reporter.Problem
-