Uses of Class
com.google.javascript.jscomp.CompilerInput
-
Packages that use CompilerInput Package Description com.google.javascript.jscomp -
-
Uses of CompilerInput in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerInput Modifier and Type Method Description CompilerInput
JSChunk. getByName(java.lang.String name)
Returns the input with the given name or null if none.CompilerInput
JSChunk. getFirst()
Returns the first source code input.abstract CompilerInput
AbstractCompiler. getInput(InputId inputId)
Looks up an input (possibly an externs input) by input id.CompilerInput
Compiler. getInput(InputId id)
CompilerInput
CompilerInputProvider. getInput(InputId inputId)
Looks up an input (possibly an externs input) by input id.CompilerInput
NodeTraversal. getInput()
Gets the current input source.Methods in com.google.javascript.jscomp that return types with arguments of type CompilerInput Modifier and Type Method Description java.util.List<CompilerInput>
JSChunk. getInputs()
Gets this chunk's list of source code inputs.java.util.Map<InputId,CompilerInput>
Compiler. getInputsById()
Returns an unmodifiable view of the compiler inputs indexed by id.com.google.common.collect.ImmutableList<CompilerInput>
JSChunkGraph. manageDependencies(AbstractCompiler compiler, DependencyOptions dependencyOptions)
Apply the dependency options to the list of sources, returning a new source list re-ordering and dropping files as necessary.Methods in com.google.javascript.jscomp with parameters of type CompilerInput Modifier and Type Method Description void
JSChunk. add(CompilerInput input)
Adds a source code input to this chunk.static java.lang.String
ProcessCommonJSModules. getModuleName(CompilerInput input)
java.lang.String
UniqueIdSupplier. getUniqueId(CompilerInput input)
Creates and returns a unique Id across all compiler input source files.protected abstract void
AbstractCommandLineRunner. prepForBundleAndAppendTo(java.lang.Appendable out, CompilerInput input, java.lang.String content)
Performs any transformation needed on the given compiler input and appends it to the given output bundle.protected void
CommandLineRunner. prepForBundleAndAppendTo(java.lang.Appendable out, CompilerInput input, java.lang.String content)
void
JSChunk. remove(CompilerInput input)
Removes an input from this chunk.
-