Uses of Class
com.google.javascript.jscomp.CompilerOptions.LanguageMode
-
Packages that use CompilerOptions.LanguageMode Package Description com.google.javascript.jscomp -
-
Uses of CompilerOptions.LanguageMode in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as CompilerOptions.LanguageMode Modifier and Type Field Description static CompilerOptions.LanguageMode
CompilerOptions.LanguageMode. STABLE_IN
The default input language level of JSCompiler.static CompilerOptions.LanguageMode
CompilerOptions.LanguageMode. STABLE_OUT
The default output language level of JSCompiler.Methods in com.google.javascript.jscomp that return CompilerOptions.LanguageMode Modifier and Type Method Description static @Nullable CompilerOptions.LanguageMode
CompilerOptions.LanguageMode. fromString(java.lang.String value)
CompilerOptions.LanguageMode
CompilerOptions. getLanguageIn()
static CompilerOptions.LanguageMode
CompilerOptions.LanguageMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompilerOptions.LanguageMode[]
CompilerOptions.LanguageMode. 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.LanguageMode Modifier and Type Method Description static boolean
NodeUtil. isValidQualifiedName(CompilerOptions.LanguageMode mode, java.lang.String name)
Deprecated.void
CompilerOptions. setLanguage(CompilerOptions.LanguageMode language)
Sets ECMAScript version to use.void
CompilerOptions. setLanguageIn(CompilerOptions.LanguageMode languageIn)
Sets ECMAScript version to use for the input.void
CompilerOptions. setLanguageOut(CompilerOptions.LanguageMode languageOut)
Sets ECMAScript version to use for the output.
-