Static Field Pattern
data class StaticFieldPattern(val className: String, val fieldName: String) : ReferencePattern
Content copied to clipboard
Matches static field references, identified by className and fieldName.
Matches static field references, identified by className and fieldName.