Functions

Link copied to clipboard
abstract fun getVisitor(instrumentableContext: InstrumentableContext, apiVersion: Int, originalVisitor: Visitor, parameters: SpanAddingClassVisitorFactory.SpanAddingParameters): Visitor

Provides a visitor for this instrumentable. A visitor can be one of the visitors defined in ASM

Link copied to clipboard

Defines whether this object is instrumentable or not based on data

Properties

Link copied to clipboard
open val fqName: String

Fully-qualified name of the instrumentable. Examples: Class: androidx.sqlite.db.framework.FrameworkSQLiteDatabase Method: query