- All Superinterfaces:
org.aya.util.reporter.Problem
- All Known Implementing Classes:
OperatorError.BadBindBlock,OperatorError.Circular,OperatorError.Fixity,OperatorError.MissingOperand,OperatorError.Precedence,OperatorError.SelfBind
public interface OperatorError
extends org.aya.util.reporter.Problem
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordNested classes/interfaces inherited from interface org.aya.util.reporter.Problem
org.aya.util.reporter.Problem.Severity, org.aya.util.reporter.Problem.Stage -
Field Summary
Fields inherited from interface org.aya.util.reporter.Problem
ERROR, NOTE, TEXT -
Method Summary
Methods inherited from interface org.aya.util.reporter.Problem
brief, describe, hint, inlineHints, isError, sourcePos, toPrettyError
-
Method Details
-
level
@NotNull default org.aya.util.reporter.Problem.Severity level()- Specified by:
levelin interfaceorg.aya.util.reporter.Problem
-
stage
@NotNull default @NotNull org.aya.util.reporter.Problem.Stage stage()- Specified by:
stagein interfaceorg.aya.util.reporter.Problem
-