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.ReachReturns 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 TypeMethodDescriptionvoidCompilerOptions.setInlineFunctions(CompilerOptions.Reach reach) Set the function inlining policy for the compiler.voidCompilerOptions.setInlineVariables(CompilerOptions.Reach reach) Set the variable inlining policy for the compiler.voidCompilerOptions.setRemoveUnusedVariables(CompilerOptions.Reach reach) Set the variable removal policy for the compiler.