|
|
@ -143,6 +143,9 @@ val ma_has_annotation_with : Annot.Method.t -> (Annot.t -> bool) -> bool
|
|
|
|
|
|
|
|
|
|
|
|
val field_has_annot : Ident.fieldname -> StructTyp.t -> (Annot.Item.t -> bool) -> bool
|
|
|
|
val field_has_annot : Ident.fieldname -> StructTyp.t -> (Annot.Item.t -> bool) -> bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(** return true if the given predicate evaluates to true on some annotation of [struct_typ] *)
|
|
|
|
|
|
|
|
val struct_typ_has_annot : StructTyp.t -> (Annot.Item.t -> bool) -> bool
|
|
|
|
|
|
|
|
|
|
|
|
(** Mark the return of the method_annotation with the given annotation. *)
|
|
|
|
(** Mark the return of the method_annotation with the given annotation. *)
|
|
|
|
val method_annotation_mark_return :
|
|
|
|
val method_annotation_mark_return :
|
|
|
|
annotation -> Annot.Method.t -> Annot.Method.t
|
|
|
|
annotation -> Annot.Method.t -> Annot.Method.t
|
|
|
|