com.android.build.api.instrumentation

Interfaces

AsmClassVisitorFactory

A factory to create class visitor objects to instrument classes.

ClassContext
ClassData

Data about the class to be instrumented.

InstrumentationContext

Instrumentation context data that will be injected to AsmClassVisitorFactory on instantiation.

InstrumentationParameters

Parameters for a registered AsmClassVisitorFactory.

Classes

Enums

FramesComputationMode

Indicates the frame computation mode that will be applied to the bytecode of the classes instrumented by ASM visitors registered through Component.transformClassesWith.

InstrumentationScope