diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-12-05 20:28:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-12-05 20:28:02 +0000 |
commit | 03308c3b52cab6cafdb5584b6fa6b367b73a740f (patch) | |
tree | 37c8f8a4ddd8ac25b7ce56c22d427a4ab0d12a24 /perl_checker.src/parser_helper.mli | |
parent | e7884d3a3cf3b0cc2bea836dc5040b7a157bc39d (diff) | |
download | perl-MDK-Common-03308c3b52cab6cafdb5584b6fa6b367b73a740f.tar perl-MDK-Common-03308c3b52cab6cafdb5584b6fa6b367b73a740f.tar.gz perl-MDK-Common-03308c3b52cab6cafdb5584b6fa6b367b73a740f.tar.bz2 perl-MDK-Common-03308c3b52cab6cafdb5584b6fa6b367b73a740f.tar.xz perl-MDK-Common-03308c3b52cab6cafdb5584b6fa6b367b73a740f.zip |
create to_Deref_with_arrow()
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r-- | perl_checker.src/parser_helper.mli | 8 |
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 |