ATDGenerated.Java_method_decl_jtype 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_declsval write_java_method_decl : Stdlib.Buffer.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_decl into a JSON string.
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 : Stdlib.Buffer.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_decls into a JSON string.
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.