Uses of Class
com.google.javascript.jscomp.CompilerOptions.Reach
-
Packages that use CompilerOptions.Reach Package Description com.google.javascript.jscomp -
-
Uses of CompilerOptions.Reach in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.Reach Modifier and Type Method Description CompilerOptions.ReachCompilerOptions. getInlineFunctionsLevel()Get the function inlining policy for the compiler.static CompilerOptions.ReachCompilerOptions.Reach. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompilerOptions.Reach[]CompilerOptions.Reach. 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.Reach Modifier and Type Method Description voidCompilerOptions. 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.
-