Module Ast_helper.Cf
Class fields
val mk :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
?docs:Ocaml_parsing.Docstrings.docs ->
Ocaml_parsing.Parsetree.class_field_desc ->
Ocaml_parsing.Parsetree.class_fieldval inherit_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Asttypes.override_flag ->
Ocaml_parsing.Parsetree.class_expr ->
Ocaml_parsing.Ast_helper.str option ->
Ocaml_parsing.Parsetree.class_fieldval constraint_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.core_type ->
Ocaml_parsing.Parsetree.core_type ->
Ocaml_parsing.Parsetree.class_fieldval initializer_ :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.expression ->
Ocaml_parsing.Parsetree.class_fieldval extension :
?loc:Ocaml_parsing.Ast_helper.loc ->
?attrs:Ocaml_parsing.Ast_helper.attrs ->
Ocaml_parsing.Parsetree.extension ->
Ocaml_parsing.Parsetree.class_fieldval attribute :
?loc:Ocaml_parsing.Ast_helper.loc ->
Ocaml_parsing.Parsetree.attribute ->
Ocaml_parsing.Parsetree.class_fieldval text :
Ocaml_parsing.Docstrings.text ->
Ocaml_parsing.Parsetree.class_field listval virtual_ :
Ocaml_parsing.Parsetree.core_type ->
Ocaml_parsing.Parsetree.class_field_kind