Uses of Enum Class
com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption
Packages that use AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption
-
Uses of AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption.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 AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOptionModifier and TypeMethodDescriptionAbstractCommandLineRunner.CommandLineConfig.setErrorFormat
(AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption errorFormat)