Module aya.cli.impl

Interface ImportResolver.ImportLoader

Enclosing class:
ImportResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ImportResolver.ImportLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull LibrarySource
    load(@NotNull org.aya.resolve.context.ModulePath path, @NotNull org.aya.util.error.SourcePos sourcePos)
     
  • Method Details

    • load

      @NotNull @NotNull LibrarySource load(@NotNull @NotNull org.aya.resolve.context.ModulePath path, @NotNull @NotNull org.aya.util.error.SourcePos sourcePos)