Module Reference.MethodSource

Sourcetype t = [
  1. | `Resolved of Resolved.Method.t
  2. | `Root of string * [ `TMethod | `TUnknown ]
  3. | `Dot of LabelParent.t * string
  4. | `Method of ClassSignature.t * Names.MethodName.t
]