@GwtIncompatible public class CoverageInstrumenter extends CompilerBasedTransformer
Modifier and Type | Class and Description |
---|---|
static class |
CoverageInstrumenter.CompilerSupplier
Supply options for coverage.
|
CompilerBasedTransformer.CompileResult
Modifier and Type | Field and Description |
---|---|
static CoverageInstrumenter |
INSTRUMENTER |
Constructor and Description |
---|
CoverageInstrumenter(CompilerBasedTransformer.CompilerSupplier compilerSupplier) |
Modifier and Type | Method and Description |
---|---|
static CoverageInstrumenter.CompilerSupplier |
compilerSupplier() |
java.util.Optional<java.lang.String> |
getRuntime() |
java.lang.String |
getTranformationName() |
transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, asFunction, compose, identity, of
public static final CoverageInstrumenter INSTRUMENTER
public CoverageInstrumenter(CompilerBasedTransformer.CompilerSupplier compilerSupplier)
public java.util.Optional<java.lang.String> getRuntime()
getRuntime
in class CompilerBasedTransformer
public java.lang.String getTranformationName()
getTranformationName
in class CompilerBasedTransformer
public static CoverageInstrumenter.CompilerSupplier compilerSupplier()
Copyright © 2009-2018 Google. All Rights Reserved.