Uses of Class
com.google.javascript.jscomp.CustomPassExecutionTime
-
Packages that use CustomPassExecutionTime Package Description com.google.javascript.jscomp -
-
Uses of CustomPassExecutionTime in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp with type parameters of type CustomPassExecutionTime Modifier and Type Field Description protected @Nullable com.google.common.collect.Multimap<CustomPassExecutionTime,CompilerPass>
CompilerOptions. customPasses
Custom passesMethods in com.google.javascript.jscomp that return CustomPassExecutionTime Modifier and Type Method Description static CustomPassExecutionTime
CustomPassExecutionTime. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CustomPassExecutionTime[]
CustomPassExecutionTime. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CustomPassExecutionTime Modifier and Type Method Description void
CompilerOptions. addCustomPass(CustomPassExecutionTime time, CompilerPass customPass)
-