List of all members.
Detailed Description
Definition at line 2022 of file blocks.py.
Constructor & Destructor Documentation
def blockit::Fortran::blocks::Foreach::__init__ |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
A foreach construct:
foreach(f) in(INT1, INT2, INT3)
$f$ = $f$ + 1
end foreach
Results in:
INT1 = INT1 + 1
INT2 = INT2 + 1
INT3 = INT3 + 1
Input
-----
parameters : the groups from the factory static method
Definition at line 2046 of file blocks.py.
Member Function Documentation
def blockit::Fortran::blocks::Foreach::factory |
( |
|
s, |
|
|
|
lineNo, |
|
|
|
tokens |
|
) |
| |
Factory method called by the BlockParser to produce an
instance of the class.
Definition at line 2037 of file blocks.py.
def blockit::Fortran::blocks::Foreach::show |
( |
|
self, |
|
|
|
mangle = False |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: