summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-05 20:28:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-05 20:28:02 +0000
commit85c25a40f213bba1a0834f7612985d83c9374c7f (patch)
tree3f515f789a248df922c6cf419ca0f0207eab5c85 /perl_checker.src/parser_helper.mli
parent87276fe6b8ee2169df194dc58faf5b772424d619 (diff)
downloadperl_checker-85c25a40f213bba1a0834f7612985d83c9374c7f.tar
perl_checker-85c25a40f213bba1a0834f7612985d83c9374c7f.tar.gz
perl_checker-85c25a40f213bba1a0834f7612985d83c9374c7f.tar.bz2
perl_checker-85c25a40f213bba1a0834f7612985d83c9374c7f.tar.xz
perl_checker-85c25a40f213bba1a0834f7612985d83c9374c7f.zip
create to_Deref_with_arrow()
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli8
1 files changed, 5 insertions, 3 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index 6485011..0708792 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -103,9 +103,7 @@ val check_parenthesized_first_argexpr_with_Ident :
Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos -> unit
val check_hash_subscript :
Types.fromparser Types.prio_anyexpr Types.any_spaces_pos -> unit
-val check_arrow_needed :
- Types.fromparser Types.prio_anyexpr Types.any_spaces_pos ->
- 'a Types.any_spaces_pos -> unit
+val check_arrow_needed : 'a Types.any_spaces_pos -> Types.fromparser -> unit
val check_scalar_subscripted : Types.fromparser Types.any_spaces_pos -> unit
val negatable_ops : (string * string) list
val check_negatable_expr :
@@ -158,6 +156,10 @@ val to_Method_call :
val to_Deref_with :
Types.context * Types.context * Types.fromparser * Types.fromparser ->
Types.fromparser
+val to_Deref_with_arrow :
+ 'a Types.any_spaces_pos ->
+ Types.context * Types.context * Types.fromparser * Types.fromparser ->
+ Types.fromparser
val lines_to_Block :
(Types.fromparser list * bool) Types.any_spaces_pos ->
'a Types.any_spaces_pos -> Types.fromparser