Uses of Enum Class
com.google.javascript.jscomp.CompilerOptions.InstrumentOption
Packages that use CompilerOptions.InstrumentOption
-
Uses of CompilerOptions.InstrumentOption in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return CompilerOptions.InstrumentOptionModifier and TypeMethodDescriptionstatic @Nullable CompilerOptions.InstrumentOption
CompilerOptions.InstrumentOption.fromString
(String value) CompilerOptions.getInstrumentForCoverageOption()
Returns the enum constant of this class with the specified name.static CompilerOptions.InstrumentOption[]
CompilerOptions.InstrumentOption.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.InstrumentOptionModifier and TypeMethodDescriptionvoid
CompilerOptions.setInstrumentForCoverageOption
(CompilerOptions.InstrumentOption instrumentForCoverageOption) -
Uses of CompilerOptions.InstrumentOption in com.google.javascript.jscomp.instrumentation
Constructors in com.google.javascript.jscomp.instrumentation with parameters of type CompilerOptions.InstrumentOptionModifierConstructorDescriptionCoverageInstrumentationPass
(AbstractCompiler compiler, CoverageInstrumentationPass.CoverageReach reach, CompilerOptions.InstrumentOption instrumentOption, String productionInstrumentationArrayName)