fparser.two.Fortran2008.action_term_do_construct_r824

This module provides the Fortran2008-specific version of the action-term-do-construct rule R824.

action-term-do-construct is label-do-stmt

do-body do-term-action-stmt

The only difference to F2003 rule R835 is that we force this rule to use the F2008 version of label-do-stmt

Module Contents

Classes

Action_Term_Do_Construct

Subclass the 2003 version so that this class will import the

class fparser.two.Fortran2008.action_term_do_construct_r824.Action_Term_Do_Construct(string, parent_cls=None)[source]

Bases: fparser.two.Fortran2003.Action_Term_Do_Construct

Subclass the 2003 version so that this class will import the Fortran2008 Label_Do_Stmt class.

static label_do_stmt_cls()[source]
Returns:

Fortran2008 Label_Do_Stmt class.

Return type:

fparser.two.Fortran2008.Label_Do_Stmt