Uses of Class
com.google.javascript.jscomp.instrumentation.CoverageInstrumentationPass.CoverageReach
-
Packages that use CoverageInstrumentationPass.CoverageReach Package Description com.google.javascript.jscomp.instrumentation -
-
Uses of CoverageInstrumentationPass.CoverageReach in com.google.javascript.jscomp.instrumentation
Methods in com.google.javascript.jscomp.instrumentation that return CoverageInstrumentationPass.CoverageReach Modifier and Type Method Description static CoverageInstrumentationPass.CoverageReach
CoverageInstrumentationPass.CoverageReach. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CoverageInstrumentationPass.CoverageReach[]
CoverageInstrumentationPass.CoverageReach. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.javascript.jscomp.instrumentation with parameters of type CoverageInstrumentationPass.CoverageReach Constructor Description CoverageInstrumentationPass(AbstractCompiler compiler, CoverageInstrumentationPass.CoverageReach reach)
Deprecated.CoverageInstrumentationPass(AbstractCompiler compiler, CoverageInstrumentationPass.CoverageReach reach, CompilerOptions.InstrumentOption instrumentOption, java.lang.String productionInstrumentationArrayName)
-