StaticFieldPattern

data class StaticFieldPattern(val className: String, val fieldName: String) : ReferencePattern

Matches static field references, identified by className and fieldName.

Constructors

Link copied to clipboard
constructor(className: String, fieldName: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun ReferencePattern.ignored(patternApplies: (HeapGraph) -> Boolean = ALWAYS): IgnoredReferenceMatcher
Link copied to clipboard
fun ReferencePattern.leak(description: String = "", patternApplies: (HeapGraph) -> Boolean = ALWAYS): LibraryLeakReferenceMatcher
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard