Uses of Enum Class
com.google.javascript.jscomp.CustomPassExecutionTime
Packages that use CustomPassExecutionTime
-
Uses of CustomPassExecutionTime in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp with type parameters of type CustomPassExecutionTimeModifier and TypeFieldDescriptionprotected @Nullable com.google.common.collect.Multimap<CustomPassExecutionTime, CompilerPass> CompilerOptions.customPassesCustom passesMethods in com.google.javascript.jscomp that return CustomPassExecutionTimeModifier and TypeMethodDescriptionstatic CustomPassExecutionTimeReturns the enum constant of this class with the specified name.static CustomPassExecutionTime[]CustomPassExecutionTime.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CustomPassExecutionTimeModifier and TypeMethodDescriptionvoidCompilerOptions.addCustomPass(CustomPassExecutionTime time, CompilerPass customPass)