Uses of Class
com.google.javascript.jscomp.CompilerOptions.TweakProcessing
-
Packages that use CompilerOptions.TweakProcessing Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of CompilerOptions.TweakProcessing in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.TweakProcessing Modifier and Type Method Description CompilerOptions.TweakProcessingCompilerOptions. getTweakProcessing()static CompilerOptions.TweakProcessingCompilerOptions.TweakProcessing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompilerOptions.TweakProcessing[]CompilerOptions.TweakProcessing. 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.TweakProcessing Modifier and Type Method Description AbstractCommandLineRunner.CommandLineConfigAbstractCommandLineRunner.CommandLineConfig. setTweakProcessing(CompilerOptions.TweakProcessing tweakProcessing)Sets the kind of processing to do for goog.tweak functions.voidCompilerOptions. setTweakProcessing(CompilerOptions.TweakProcessing tweakProcessing)Sets how goog.tweak calls are processed.
-