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 CompilationLevelCompilationLevel.fromString(String value) static CompilationLevelReturns 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.