IgnoredReferenceMatcher

class IgnoredReferenceMatcher(pattern: ReferencePattern) : ReferenceMatcher

IgnoredReferenceMatcher should be used to match references that cannot ever create leaks. The shortest path finder will never go through matching references.

Constructors

IgnoredReferenceMatcher
Link copied to clipboard
fun IgnoredReferenceMatcher(pattern: ReferencePattern)

Functions

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

Properties

pattern
Link copied to clipboard
open override val pattern: ReferencePattern

The pattern that references will be matched against.