Uses of Enum Class
com.google.javascript.jscomp.CompilerOptions.Environment
Packages that use CompilerOptions.Environment
-
Uses of CompilerOptions.Environment in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.EnvironmentModifier and TypeMethodDescriptionCompilerOptions.getEnvironment()
static CompilerOptions.Environment
Returns the enum constant of this class with the specified name.static CompilerOptions.Environment[]
CompilerOptions.Environment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp with parameters of type CompilerOptions.EnvironmentModifier and TypeMethodDescriptionstatic List
<SourceFile> AbstractCommandLineRunner.getBuiltinExterns
(CompilerOptions.Environment env) static List
<SourceFile> DefaultExterns.prepareExterns
(CompilerOptions.Environment env, Map<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.