StaticFieldPattern

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

Matches static field references, identified by className and fieldName.

Constructors

StaticFieldPattern
Link copied to clipboard
fun StaticFieldPattern(className: String, fieldName: String)

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

className
Link copied to clipboard
val className: String
fieldName
Link copied to clipboard
val fieldName: String