fparser.two.Fortran2008.label_do_stmt_r816 ========================================== .. py:module:: fparser.two.Fortran2008.label_do_stmt_r816 .. autoapi-nested-parse:: This module provides the Fortran2008-specific version of the label-do-stmt rule r816. label-do-stmt is [ do-construct-name : ] DO label [ loop-control ] The only difference to F2003 rule R828 is that we force this rule to use the F2008 version of loop-control Classes ------- .. autoapisummary:: fparser.two.Fortran2008.label_do_stmt_r816.Label_Do_Stmt Module Contents --------------- .. py:class:: Label_Do_Stmt(string, parent_cls=None) Bases: :py:obj:`fparser.two.Fortran2003.Label_Do_Stmt` Subclass the 2003 version so that this class will import the Fortran2008 Label_Do_Stmt class. .. py:method:: loop_control_cls() :staticmethod: :returns: Fortran2008 Loop_Control class. :rtype: :py:class:`fparser.two.Fortran2008.Loop_Control`