NativeGlobalVariablePattern

data class NativeGlobalVariablePattern(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

NativeGlobalVariablePattern
Link copied to clipboard
fun NativeGlobalVariablePattern(className: String)

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

className
Link copied to clipboard
val className: String