Static Field Pattern
data class StaticFieldPattern(className: String, 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.