Uses of Enum Class
com.google.javascript.jscomp.CompilerOptions.Reach
Packages that use CompilerOptions.Reach
-
Uses of CompilerOptions.Reach in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.ReachModifier and TypeMethodDescriptionCompilerOptions.getInlineFunctionsLevel()
Get the function inlining policy for the compiler.static CompilerOptions.Reach
Returns the enum constant of this class with the specified name.static CompilerOptions.Reach[]
CompilerOptions.Reach.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.ReachModifier and TypeMethodDescriptionvoid
CompilerOptions.setInlineFunctions
(CompilerOptions.Reach reach) Set the function inlining policy for the compiler.void
CompilerOptions.setInlineVariables
(CompilerOptions.Reach reach) Set the variable inlining policy for the compiler.void
CompilerOptions.setRemoveUnusedVariables
(CompilerOptions.Reach reach) Set the variable removal policy for the compiler.