fparser.two.Fortran2008.block_nonlabel_do_construct_r814_2

This module provides the Fortran2008-specific version of a partial implementation of the block-do-construct rule r814. fparser splits this rule into a label and nonlabel version.

Module Contents

Classes

Block_Nonlabel_Do_Construct

Subclass the 2003 version so that this class will import the

class fparser.two.Fortran2008.block_nonlabel_do_construct_r814_2.Block_Nonlabel_Do_Construct(string, parent_cls=None)[source]

Bases: fparser.two.Fortran2003.Block_Nonlabel_Do_Construct

Subclass the 2003 version so that this class will import the Fortran2008 Nonlabel_Do_Stmt class

static nonlabel_do_stmt_cls()[source]
Returns:

Fortran2008 Nonlabel_Do_Stmt class.

Return type:

fparser.two.Fortran2008.Nonlabel_Do_Stmt