Release coccinelle-0.2.2-rc1
[bpt/coccinelle.git] / parsing_c / unparse_cocci.mli
CommitLineData
34e49164
C
1exception CantBeInPlus
2
3type pos = Before | After | InPlace
4
5val pp_list_list_any :
951c7801 6 Ast_c.metavars_binding list *
708f4980
C
7 (* pr cocci *)
8 (string -> int (*line*) -> int (*lcol*) -> int (*rcol*) -> unit) *
978fd7e5 9 (Ast_c.info -> unit) (* pr c *) *
708f4980 10 (unit -> unit) (* pr C space *) *
34e49164 11 (unit -> unit) (* pr space *) *
708f4980
C
12 (string -> unit) (* pr arity *) *
13 (int (*line*) -> int (*lcol*) -> unit) (* pr barrier *) *
c3e37e97 14 (unit -> unit) (* indent *) * (bool -> unit) (* unindent *) ->
faf9a90c 15 bool (*true if generating*) -> Ast_cocci.anything list list -> pos ->
34e49164 16 unit