Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val method_concrete :
?loc:Ppxlib.Ast.location ->
?attrs:Ppxlib.Ast_helper.attrs ->
Ppxlib.Ast_helper.str ->
?priv:bool ->
?override:bool ->
Ppxlib.Ast.expression ->
Ppxlib.Ast.class_field
val method_virtual :
?loc:Ppxlib.Ast.location ->
?attrs:Ppxlib.Ast_helper.attrs ->
Ppxlib.Ast_helper.str ->
?priv:bool ->
Ppxlib.Ast.core_type ->
Ppxlib.Ast.class_field
val inherit_ :
?loc:Ppxlib.Ast.location ->
?attrs:Ppxlib.Ast_helper.attrs ->
?override:bool ->
Ppxlib.Ast.class_expr ->
Ppxlib.Ast_helper.str option ->
Ppxlib.Ast.class_field
val concrete :
?override:bool ->
Ppxlib.Ast.expression ->
Ppxlib.Ast.class_field_kind