fparser Reference Guide  0.0.14
fparser.two.Fortran2003.Ac_Implied_Do Class Reference
Inheritance diagram for fparser.two.Fortran2003.Ac_Implied_Do:
Collaboration diagram for fparser.two.Fortran2003.Ac_Implied_Do:

Public Member Functions

def tostr (self)
 

Static Public Member Functions

def match (string)
 

Static Public Attributes

 subclass_names
 
 use_names
 

Detailed Description

Fortran2003 rule R470.
Describes the form of implicit do loop used within an array constructor.

ac-implied-do is ( ac-value-list , ac-implied-do-control )

Subject to the following constraint:

"C497 (R470) The ac-do-variable of an ac-implied-do that is in another
      ac-implied-do shall not appear as the ac-do-variable of the
      containing ac-implied-do."

C497 is currently not checked - issue #257.

Definition at line 2721 of file Fortran2003.py.


The documentation for this class was generated from the following file: