JavaLocalPattern

data class JavaLocalPattern(val threadName: String) : ReferencePattern

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

Constructors

Link copied to clipboard
fun JavaLocalPattern(threadName: String)

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard
val threadName: String