package diffast-langs-java-parsing

  1. Overview
  2. Docs

Module Java_parsing.CommonSource

module Xprint = Diffast_misc.Xprint
Sourcetype java_language_specification =
  1. | JLSnone
  2. | JLS of int
Sourceval default_java_lang_spec : java_language_specification
Sourceexception Internal_error of string
Sourceexception Parse_error of string * string
Sourceexception Pkg_found of string
Sourceval warning_loc : Langs_common.Astloc.t -> ('a, out_channel, unit, unit) format4 -> 'a
Sourceval fail_to_parse : ?head:string -> string -> 'a
Sourceval warning_msg : ?out:out_channel -> ('a, unit, string, unit) format4 -> 'a
Sourceval find_package_name : < get_channel : < close : unit -> 'a ; input_line : unit -> string.. >.. > -> string
Sourceval pkg_to_path : string -> string
Sourceval path_to_pkg : string -> string
Sourcetype src_dir =
  1. | SD_unnamed of string
  2. | SD_named of string
Sourceval guess_src_dir : < dirname : string ; get_channel : < close : unit -> 'a ; input_line : unit -> string.. > ; path : string.. > -> src_dir
Sourceval decompose_qname : string -> string * string
Sourceval is_qualified_qname : string -> bool
Sourceval dot_pat : Str.regexp
Sourceval replace_dot_with_dollar : string -> string
Sourceval dollar_pat : Str.regexp
Sourceval replace_dollar_with_dot : string -> string
Sourceval token_queue_to_string : ('a -> string) -> < iter : ('a -> unit) -> 'b.. > -> string
OCaml

Innovation. Community. Security.