Module Merlin_kernel.Mreader_lexerSource

Sourcetype t
Sourceval for_completion : t -> Lexing.position -> bool * t
Sourceval initial_position : t -> Lexing.position
Sourceval tokens : t -> triple list
Sourceval keywords : t -> string list
Sourceval errors : t -> exn list
Sourceval comments : t -> (string * Ocaml_parsing.Location.t) list
Sourceval reconstruct_identifier : Mconfig.t -> Msource.t -> Lexing.position -> string Ocaml_parsing.Location.loc list
Sourceval identifier_suffix : string Ocaml_parsing.Location.loc list -> string Ocaml_parsing.Location.loc list