Uses of Class
com.google.javascript.jscomp.CompilerOptions.Environment
-
Packages that use CompilerOptions.Environment Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of CompilerOptions.Environment in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.Environment Modifier and Type Method Description CompilerOptions.Environment
CompilerOptions. getEnvironment()
static CompilerOptions.Environment
CompilerOptions.Environment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompilerOptions.Environment[]
CompilerOptions.Environment. 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.Environment Modifier and Type Method Description static java.util.List<SourceFile>
AbstractCommandLineRunner. getBuiltinExterns(CompilerOptions.Environment env)
static java.util.List<SourceFile>
DefaultExterns. prepareExterns(CompilerOptions.Environment env, java.util.Map<java.lang.String,SourceFile> externs)
Filters and orders the passed externs for the specified environment.void
CompilerOptions. setEnvironment(CompilerOptions.Environment environment)
Set which set of builtin externs to use.
-