fparser.two.Fortran2008.executable_construct_r213 ================================================= .. py:module:: fparser.two.Fortran2008.executable_construct_r213 .. autoapi-nested-parse:: Module containing Fortran2008 Executable_Construct rule R213 Classes ------- .. autoapisummary:: fparser.two.Fortran2008.executable_construct_r213.Executable_Construct Module Contents --------------- .. py:class:: Executable_Construct(string, parent_cls=None) Bases: :py:obj:`fparser.two.Fortran2003.Executable_Construct` Fortran 2008 rule R213. .. code-block:: fortran executable-construct is action-stmt or associate-construct or block-construct or case-construct or critical-construct or do-construct or forall-construct or if-construct or select-type-construct or where-construct Associated constraints are: "C201 (R208) An execution-part shall not contain an end-function-stmt, end-mp-subprogram-stmt, end-program-stmt, or end-subroutine-stmt." .. py:attribute:: subclass_names :value: ['Action_Stmt', 'Associate_Construct', 'Block_Construct', 'Case_Construct',...