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 CompilerInputJSChunk. getByName(java.lang.String name)Returns the input with the given name or null if none.CompilerInputJSChunk. getFirst()Returns the first source code input.abstract CompilerInputAbstractCompiler. getInput(InputId inputId)Looks up an input (possibly an externs input) by input id.@Nullable CompilerInputCompiler. getInput(InputId id)@Nullable CompilerInputCompilerInputProvider. getInput(InputId inputId)Looks up an input (possibly an externs input) by input id.CompilerInputNodeTraversal. 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 com.google.common.collect.ImmutableList<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 voidJSChunk. add(CompilerInput input)Adds a source code input to this chunk.static @Nullable java.lang.StringProcessCommonJSModules. getModuleName(CompilerInput input)java.lang.StringUniqueIdSupplier. getUniqueId(CompilerInput input)Creates and returns a unique Id across all compiler input source files.protected abstract voidAbstractCommandLineRunner. 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 voidCommandLineRunner. prepForBundleAndAppendTo(java.lang.Appendable out, CompilerInput input, java.lang.String content)voidJSChunk. remove(CompilerInput input)Removes an input from this chunk.
-