Uses of Class
com.google.javascript.jscomp.CompilerInput
Packages that use CompilerInput
-
Uses of CompilerInput in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerInputModifier and TypeMethodDescriptionReturns the input with the given name or null if none.JSChunk.getFirst()
Returns the first source code input.abstract CompilerInput
Looks up an input (possibly an externs input) by input id.@Nullable CompilerInput
@Nullable CompilerInput
Looks up an input (possibly an externs input) by input id.NodeTraversal.getInput()
Gets the current input source.Methods in com.google.javascript.jscomp that return types with arguments of type CompilerInputModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<CompilerInput> JSChunk.getInputs()
Gets this chunk's list of source code inputs.Compiler.getInputsById()
Returns an unmodifiable view of the compiler inputs indexed by id.JSChunk.getInputsIterable()
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 CompilerInputModifier and TypeMethodDescriptionvoid
JSChunk.add
(CompilerInput input) Adds a source code input to this chunk.static @Nullable String
ProcessCommonJSModules.getModuleName
(CompilerInput input) UniqueIdSupplier.getUniqueId
(CompilerInput input) Creates and returns a unique Id across all compiler input source files.protected abstract void
AbstractCommandLineRunner.prepForBundleAndAppendTo
(Appendable out, CompilerInput input, String content) Performs any transformation needed on the given compiler input and appends it to the given output bundle.protected void
CommandLineRunner.prepForBundleAndAppendTo
(Appendable out, CompilerInput input, String content) void
JSChunk.remove
(CompilerInput input) Removes an input from this chunk.Constructors in com.google.javascript.jscomp with parameters of type CompilerInputModifierConstructorDescriptionLazyParsedDependencyInfo
(DependencyInfo delegate, CompilerInput ast, AbstractCompiler compiler)