Package com.google.javascript.jscomp
Interface CompilerInputProvider
- All Known Implementing Classes:
AbstractCompiler
,Compiler
public interface CompilerInputProvider
A provider mapping a InputId to a CompilerInput.
-
Method Summary
Modifier and TypeMethodDescription@Nullable CompilerInput
Looks up an input (possibly an externs input) by input id.
-
Method Details
-
getInput
Looks up an input (possibly an externs input) by input id. May return null.
-