Module aya.base

Interface HoleProblem

All Superinterfaces:
org.aya.util.reporter.Problem
All Known Implementing Classes:
HoleProblem.BadlyScopedError, HoleProblem.BadSpineError, HoleProblem.RecursionError

public sealed interface HoleProblem extends org.aya.util.reporter.Problem permits HoleProblem.BadSpineError, HoleProblem.BadlyScopedError, HoleProblem.RecursionError
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
    static final record 
     
    static final record 
     
    static final record 
     

    Nested 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

    Modifier and Type
    Method
    Description
    default @NotNull org.aya.util.reporter.Problem.Severity
     
    @NotNull MetaTerm
     

    Methods inherited from interface org.aya.util.reporter.Problem

    brief, describe, hint, inlineHints, isError, sourcePos, stage, toPrettyError
  • Method Details

    • term

      @NotNull @NotNull MetaTerm term()
    • level

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