Interface CompilerInputProvider

  • All Known Implementing Classes:
    AbstractCompiler, Compiler

    public interface CompilerInputProvider
    A provider mapping a InputId to a CompilerInput.
    • Method Detail

      • getInput

        @Nullable
        CompilerInput getInput​(InputId inputId)
        Looks up an input (possibly an externs input) by input id. May return null.