Module aya.base

Interface SourceNodeProblem

All Superinterfaces:
org.aya.util.reporter.Problem
All Known Subinterfaces:
LicitError
All Known Implementing Classes:
BadTypeError, CubicalError.BoundaryDisagree, LicitError.BadImplicitArg, LicitError.BadNamedArg, LicitError.ImplicitLam

public interface SourceNodeProblem extends org.aya.util.reporter.Problem
  • Nested Class Summary

    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
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull org.aya.util.error.SourceNode
     
    default @NotNull org.aya.util.error.SourcePos
     

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

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

    • expr

      @NotNull @NotNull org.aya.util.error.SourceNode expr()
    • sourcePos

      @NotNull default @NotNull org.aya.util.error.SourcePos sourcePos()
      Specified by:
      sourcePos in interface org.aya.util.reporter.Problem