Module ATDGenerated.Java_method_decl_j
type java_method_decl= Java_method_decl_t.java_method_decl={signature : string option;unresolved_signature : bool;method_name : string;source_file : string;start_line : int;end_line : int;}type java_method_decls= Java_method_decl_t.java_method_decls
val write_java_method_decl : Bi_outbuf.t -> java_method_decl -> unitOutput a JSON value of type
java_method_decl.
val string_of_java_method_decl : ?len:int -> java_method_decl -> stringSerialize a value of type
java_method_declinto a JSON string.- parameter len
 specifies the initial length of the buffer used internally. Default: 1024.
val read_java_method_decl : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> java_method_declInput JSON data of type
java_method_decl.
val java_method_decl_of_string : string -> java_method_declDeserialize JSON data of type
java_method_decl.
val write_java_method_decls : Bi_outbuf.t -> java_method_decls -> unitOutput a JSON value of type
java_method_decls.
val string_of_java_method_decls : ?len:int -> java_method_decls -> stringSerialize a value of type
java_method_declsinto a JSON string.- parameter len
 specifies the initial length of the buffer used internally. Default: 1024.
val read_java_method_decls : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> java_method_declsInput JSON data of type
java_method_decls.
val java_method_decls_of_string : string -> java_method_declsDeserialize JSON data of type
java_method_decls.