NativeGlobalVariablePattern

data class NativeGlobalVariablePattern(val className: String) : ReferencePattern

Matches native global variables (also known as jni global gc roots) that reference Java objects. The class name will match against classes, instances and object arrays with a matching class name.

Constructors

Link copied to clipboard
fun NativeGlobalVariablePattern(className: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val className: String