FieldReferenceP
FieldReferenceP[]⟹pattern
returns a pattern which matches any field reference.
FieldReferenceP[type]⟹pattern
returns a pattern which matches any field reference of the given type.
FieldReferenceP[type,field]⟹pattern
returns a pattern which matches any field reference of the given type and field.
FieldReferenceP[type,field,index]⟹pattern
returns a pattern which matches any field reference of the given type and index of the given field.

