Uses of Enum Class
com.google.javascript.jscomp.CompilerOptions.TweakProcessing
Packages that use CompilerOptions.TweakProcessing
-
Uses of CompilerOptions.TweakProcessing in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.TweakProcessingModifier and TypeMethodDescriptionCompilerOptions.getTweakProcessing()
Returns the enum constant of this class with the specified name.static CompilerOptions.TweakProcessing[]
CompilerOptions.TweakProcessing.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.TweakProcessingModifier and TypeMethodDescriptionAbstractCommandLineRunner.CommandLineConfig.setTweakProcessing
(CompilerOptions.TweakProcessing tweakProcessing) Sets the kind of processing to do for goog.tweak functions.void
CompilerOptions.setTweakProcessing
(CompilerOptions.TweakProcessing tweakProcessing) Sets how goog.tweak calls are processed.