Package autumn.lang.compiler.errors


package autumn.lang.compiler.errors
This package contains the code needed to report compile-time errors.
  • Class
    Description
    An instance of this class is an error-reporter that reports errors to a PrintStream.
    An instance of this class is an error-reporter that routes reports through two other error-reporters.
    An instance of this enum identifies the type of a compile-time error.
    An instance of this class is an error-report that describes the failure of a single static check.
    An instance of this interface is used to report compile-time errors to the user/programmer.