Uses of Enum Class
com.google.javascript.jscomp.CompilationLevel
Packages that use CompilationLevel
-
Uses of CompilationLevel in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilationLevelModifier and TypeMethodDescriptionstatic @Nullable CompilationLevel
CompilationLevel.fromString
(String value) static CompilationLevel
Returns the enum constant of this class with the specified name.static CompilationLevel[]
CompilationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.