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