Module ATDGenerated.Java_method_decl_t

type java_method_decl = {
  1. signature : string option;
  2. unresolved_signature : bool;
  3. method_name : string;
  4. source_file : string;
  5. start_line : int;
  6. end_line : int;
}
type java_method_decls = java_method_decl list