ExecuteUpdateDelete

class ExecuteUpdateDelete(androidXSqliteVersion: SemVer) : MethodInstrumentable

Constructors

Link copied to clipboard
constructor(androidXSqliteVersion: SemVer)

Functions

Link copied to clipboard
open override fun getVisitor(instrumentableContext: MethodContext, apiVersion: Int, originalVisitor: MethodVisitor, parameters: SpanAddingClassVisitorFactory.SpanAddingParameters): MethodVisitor

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

Link copied to clipboard
open override fun isInstrumentable(data: MethodContext): Boolean

Defines whether this object is instrumentable or not based on data

Properties

Link copied to clipboard
open override val fqName: String

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