IgnoredReferenceMatcher

class IgnoredReferenceMatcher(val 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

Link copied to clipboard
fun IgnoredReferenceMatcher(pattern: ReferencePattern)

Functions

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

Properties

Link copied to clipboard
open override val pattern: ReferencePattern

The pattern that references will be matched against.