fparser.two.Fortran2008.executable_construct_r213

Module containing Fortran2008 Executable_Construct rule R213

Module Contents

Classes

Executable_Construct

Fortran 2008 rule R213.

class fparser.two.Fortran2008.executable_construct_r213.Executable_Construct(string, parent_cls=None)[source]

Bases: fparser.two.Fortran2003.Executable_Construct

Fortran 2008 rule R213.

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.”

subclass_names = ['Action_Stmt', 'Associate_Construct', 'Block_Construct', 'Case_Construct',...[source]