| a_this | the statement to dump on stdout. |
| a_fp | the destination file pointer. |
| a_indent | the number of indentation white spaces. |
| a_this | the current rule statement. |
| a_decl_list | the declaration list to add. Will be freed by the current instance of CRStatement when it is destroyed. |
| a_this | the current rule statement. |
| a_decl_list | out parameter. The returned declaration list. |
A statement is actually a double chained list of statements.A statement can be a ruleset, an rule, an
1.3.3