reciprocity property

String? reciprocity
getter/setter pair

The grammatical reciprocity. Possible string values are:

  • "RECIPROCITY_UNKNOWN" : Reciprocity is not applicable in the analyzed language or is not predicted.
  • "RECIPROCAL" : Reciprocal
  • "NON_RECIPROCAL" : Non-reciprocal

Implementation

core.String? reciprocity;