Release coccinelle-0.2.0rc1
[bpt/coccinelle.git] / parsing_cocci / pretty_print_cocci.mli
1 val unparse : Ast_cocci.rule -> unit
2 val unparse_to_string : Ast_cocci.rule -> string
3 val expression : Ast_cocci.expression -> unit
4 val ident : Ast_cocci.ident -> unit
5 val ident_to_string : Ast_cocci.ident -> string
6 val statement : string -> Ast_cocci.statement -> unit
7 val statement_dots : Ast_cocci.statement Ast_cocci.dots -> unit
8 val rule_elem : string -> Ast_cocci.rule_elem -> unit
9 val rule_elem_to_string : Ast_cocci.rule_elem -> string
10
11 val print_mcodekind : Ast_cocci.mcodekind -> unit
12
13 val constant : Ast_cocci.constant -> unit
14 val assignOp : Ast_cocci.assignOp -> unit
15 val fixOp : Ast_cocci.fixOp -> unit
16 val unaryOp : Ast_cocci.unaryOp -> unit
17 val binaryOp : Ast_cocci.binaryOp -> unit
18 val const_vol : Ast_cocci.const_vol -> unit
19 val sign : Ast_cocci.sign -> unit
20 val structUnion : Ast_cocci.structUnion -> unit
21 val storage : Ast_cocci.storage -> unit
22 val baseType : Ast_cocci.baseType -> unit
23 val fullType : Ast_cocci.fullType -> unit
24 val inc_file : Ast_cocci.inc_file -> unit
25
26 val print_around :
27 ('a -> unit) -> 'a -> Ast_cocci.anything Ast_cocci.befaft -> unit
28 val print_anything : string -> Ast_cocci.anything list list -> unit
29 val pp_print_anything : Ast_cocci.anything -> unit
30
31 val print_plus_flag : bool ref
32 val print_minus_flag : bool ref
33
34 val print_rule_elem : Ast_cocci.rule_elem -> unit
35 val print_when_modif : Ast_cocci.when_modifier -> unit