summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-17 16:53:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-17 16:53:50 +0000
commit87bc1a8e7cb91e78fcaec2a6f8a554500a4dc6c6 (patch)
tree19620ab06de44e8d31f709fb6de091b3009ec0c3 /perl_checker.src/parser_helper.mli
parentecbceb20b7a21d5a31108e24106d162622044924 (diff)
downloadperl_checker-87bc1a8e7cb91e78fcaec2a6f8a554500a4dc6c6.tar
perl_checker-87bc1a8e7cb91e78fcaec2a6f8a554500a4dc6c6.tar.gz
perl_checker-87bc1a8e7cb91e78fcaec2a6f8a554500a4dc6c6.tar.bz2
perl_checker-87bc1a8e7cb91e78fcaec2a6f8a554500a4dc6c6.tar.xz
perl_checker-87bc1a8e7cb91e78fcaec2a6f8a554500a4dc6c6.zip
create string_of_fromparser(), needs tuning
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index e0ff110..82a57ef 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -48,9 +48,11 @@ val is_always_false : Types.fromparser -> bool
val is_lvalue : Types.fromparser -> bool
val not_complex : Types.fromparser -> bool
val not_simple : Types.fromparser -> bool
-val string_of_Ident : Types.fromparser -> string
val context2s : Types.context -> string
val variable2s : Types.context * string -> string
+val string_of_fromparser : Types.fromparser -> string
+val lstring_of_fromparser : Types.fromparser list -> string
+val lstring_of_fromparser_parentheses : Types.fromparser list -> string
val is_same_fromparser : Types.fromparser -> Types.fromparser -> bool
val from_scalar : Types.fromparser Types.any_spaces_pos -> Types.fromparser
val from_array : Types.fromparser Types.any_spaces_pos -> Types.fromparser
@@ -203,8 +205,6 @@ val po_comments : string list ref
val po_comment : string Types.any_spaces_pos -> unit
val check_format_a_la_printf : string -> int -> Types.maybe_context list
val generate_pot : string -> unit
-val fake_string_from_String_l : (string * 'a) list -> string
-val fake_string_option_from_expr : Types.fromparser -> string option
val check_system_call : string list -> unit
val call_raw :
bool -> Types.fromparser * Types.fromparser list -> Types.fromparser