Module Reference.InstanceVariable
type t = [
| `Dot of Odoc_model__.Paths_types.Reference.label_parent * string
| `InstanceVariable of
[ `Class of
Odoc_model__.Paths_types.Reference.signature
* Odoc_model__.Names.ClassName.t
| `ClassType of
Odoc_model__.Paths_types.Reference.signature
* Odoc_model__.Names.ClassTypeName.t
| `Dot of Odoc_model__.Paths_types.Reference.label_parent * string
| `Resolved of
[ `Class of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ClassName.t
| `ClassType of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ClassTypeName.t
| `Identifier of
[ `Class of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ClassName.t
| `ClassType of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ClassTypeName.t ]
Odoc_model__.Paths_types.id ]
| `Root of string * [ `TClass | `TClassType | `TUnknown ] ]
* Odoc_model__.Names.InstanceVariableName.t
| `Resolved of
[ `Identifier of
[ `InstanceVariable of
[ `Class of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ClassName.t
| `ClassType of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ClassTypeName.t ]
Odoc_model__.Paths_types.id
* Odoc_model__.Names.InstanceVariableName.t ]
Odoc_model__.Paths_types.id
| `InstanceVariable of
[ `Class of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ClassName.t
| `ClassType of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ClassTypeName.t
| `Identifier of
[ `Class of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ClassName.t
| `ClassType of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ClassTypeName.t ]
Odoc_model__.Paths_types.id ]
* Odoc_model__.Names.InstanceVariableName.t ]
| `Root of string * [ `TInstanceVariable | `TUnknown ]
]