fparser.two.Fortran2008.do_term_action_stmt_r826

Module containing Fortran2008 Do_Term_Action_Stmt rule R826

Module Contents

Classes

Do_Term_Action_Stmt

Fortran 2008 rule R826.

class fparser.two.Fortran2008.do_term_action_stmt_r826.Do_Term_Action_Stmt(string, parent_cls=None)[source]

Bases: fparser.two.Fortran2003.Do_Term_Action_Stmt

Fortran 2008 rule R826.

do-term-action-stmt is action-stmt

Associated constraints are:

“C816 (R826) A do-term-action-stmt shall not be an arithmetic-if-stmt,

continue-stmt, cycle-stmt, end-function-stmt, end-mp-subprogram-stmt, end-program-stmt, end-subroutine-stmt, error-stop-stmt, exit-stmt, goto-stmt, return-stmt, or stop-stmt.”

subclass_names = ['Action_Stmt_C816'][source]