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.customPasses
Custom passesMethods in com.google.javascript.jscomp that return CustomPassExecutionTimeModifier and TypeMethodDescriptionstatic CustomPassExecutionTime
Returns 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 TypeMethodDescriptionvoid
CompilerOptions.addCustomPass
(CustomPassExecutionTime time, CompilerPass customPass)