Release coccinelle-0.2.0rc1
[bpt/coccinelle.git] / engine / asttoctl.mli
CommitLineData
34e49164
C
1type cocci_predicate = Lib_engine.predicate * string Ast_ctl.modif
2type formula =
3 (cocci_predicate,string, Wrapper_ctl.info) Ast_ctl.generic_ctl
4
5val asttoctl : Ast_cocci.rule -> string list list -> formula list
6
7val pp_cocci_predicate : cocci_predicate -> unit
8
9val cocci_predicate_to_string : cocci_predicate -> string