@GwtIncompatible @Immutable 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() |
transformclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, asFunction, compose, identity, ofpublic static final CoverageInstrumenter INSTRUMENTER
public CoverageInstrumenter(CompilerBasedTransformer.CompilerSupplier compilerSupplier)
public java.util.Optional<java.lang.String> getRuntime()
getRuntime in class CompilerBasedTransformerpublic java.lang.String getTranformationName()
getTranformationName in class CompilerBasedTransformerpublic static CoverageInstrumenter.CompilerSupplier compilerSupplier()
Copyright © 2009-2020 Google. All Rights Reserved.