Release coccinelle-0.2.0rc1
[bpt/coccinelle.git] / parsing_cocci / unparse_ast0.mli
1 val expression_dots : Ast0_cocci.expression Ast0_cocci.dots -> unit
2 val parameter_list : Ast0_cocci.parameterTypeDef Ast0_cocci.dots -> unit
3 val statement_dots : Ast0_cocci.statement Ast0_cocci.dots -> unit
4 val ident : Ast0_cocci.ident -> unit
5 val expression : Ast0_cocci.expression -> unit
6 val typeC : Ast0_cocci.typeC -> unit
7 val parameterTypeDef : Ast0_cocci.parameterTypeDef -> unit
8 val declaration : Ast0_cocci.declaration -> unit
9 val statement : string -> Ast0_cocci.statement -> unit
10 val top_level : Ast0_cocci.top_level -> unit
11
12 val unparse : Ast0_cocci.rule -> unit
13 val unparse_anything : Ast0_cocci.anything -> unit