diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-18 16:02:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-18 16:02:09 +0000 |
commit | 1e9b027b5bb760a1b15d76a7b4574052853930e0 (patch) | |
tree | cd7b06bac95a507a11842d50d837392d23b8b108 /perl_checker.src/info.mli | |
parent | 00cbf7c47c0f642a9fe3d6b0189ed1ed642564e6 (diff) | |
download | perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.tar perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.tar.gz perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.tar.bz2 perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.tar.xz perl-MDK-Common-1e9b027b5bb760a1b15d76a7b4574052853930e0.zip |
new features including checking methods being available and unused functions
Diffstat (limited to 'perl_checker.src/info.mli')
-rw-r--r-- | perl_checker.src/info.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl_checker.src/info.mli b/perl_checker.src/info.mli index 4082306..cca0709 100644 --- a/perl_checker.src/info.mli +++ b/perl_checker.src/info.mli @@ -1,7 +1,10 @@ +val lines_starts : (string, int list) Hashtbl.t val current_file_lines_starts : int list ref val current_file_current_line : int ref val current_file : string ref val start_a_new_file : string -> unit +val add_a_file : string -> int list -> unit +val get_lines_starts_for_file : string -> int list val raw_pos2raw_line : string -> int -> int * int val pos2line : string * int * int -> string * int * int * int val pos2s : string * int * int -> string |