Parses ' page ::= PAGE_SYM S* IDENT? pseudo_page? S* '{' S* declaration [ ';' S* declaration ]* '}' S*
This function also calls the relevant SAC handlers whenever it encounters a construction that must be reported to the calling application.
Returns CR_OK upon successfull completion, an error code otherwise.
cr_statement_at_page_rule_get_declarations:
: the current : the declaration list to add. Will be freed by the current instance of CRStatement when it is destroyed.
Sets a declaration list to the current
Returns CR_OK upon successfull completion, an error code otherwise.
cr_statemenet_at_page_rule_get_declarations:
: the current : out parameter. The returned declaration list.
Gets the declaration list associated to the current
statement.
Returns CR_OK upon successfull completion, an error code otherwise.
cr_statement_dump_page:
: the statement to dump on stdout. : the destination file pointer. : the number of indentation white spaces.
Dumps an
The