Uses of Class
com.google.javascript.jscomp.CompilerOptions.J2clPassMode
-
Packages that use CompilerOptions.J2clPassMode Package Description com.google.javascript.jscomp -
-
Uses of CompilerOptions.J2clPassMode in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.J2clPassMode Modifier and Type Method Description static CompilerOptions.J2clPassMode
CompilerOptions.J2clPassMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompilerOptions.J2clPassMode[]
CompilerOptions.J2clPassMode. 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 CompilerOptions.J2clPassMode Modifier and Type Method Description void
CompilerOptions. setJ2clPass(CompilerOptions.J2clPassMode j2clPassMode)
-