Uses of Enum Class
com.google.javascript.jscomp.deps.DepsGenerator.InclusionStrategy
Packages that use DepsGenerator.InclusionStrategy
-
Uses of DepsGenerator.InclusionStrategy in com.google.javascript.jscomp.deps
Methods in com.google.javascript.jscomp.deps that return DepsGenerator.InclusionStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DepsGenerator.InclusionStrategy[]
DepsGenerator.InclusionStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.javascript.jscomp.deps with parameters of type DepsGenerator.InclusionStrategyModifierConstructorDescriptionDepsGenerator
(Collection<SourceFile> deps, Collection<SourceFile> srcs, DepsGenerator.InclusionStrategy mergeStrategy, String closurePathAbs, ErrorManager errorManager, ModuleLoader loader) Creates a new DepsGenerator.