JavaLocalPattern

data class JavaLocalPattern(threadName: String) : ReferencePattern

Matches local references held in the stack of frames of a given thread, identified by its name.

Constructors

JavaLocalPattern
Link copied to clipboard
fun JavaLocalPattern(threadName: String)

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

threadName
Link copied to clipboard
val threadName: String