List of all members.
Detailed Description
Definition at line 1931 of file blocks.py.
Constructor & Destructor Documentation
def blockit::Fortran::blocks::Enumeration::__init__ |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
An enumeration block:
enumeration(start,incr,mult) | enumeration start
INT1 INT2 INT3
end enumeration
Results in:
integer, parameter :: INT1=1*incr+start
integer, parameter :: INT2=2*incr+start
integer, parameter :: INT3=3*incr+start
This block automatically generates integer parameter statements for
functionals.
Input
-----
parameters : the groups from the factory static method
Definition at line 1961 of file blocks.py.
Member Function Documentation
def blockit::Fortran::blocks::Enumeration::factory |
( |
|
s, |
|
|
|
lineNo, |
|
|
|
tokens |
|
) |
| |
Factory method called by the BlockParser to produce an
instance of the class.
Definition at line 1945 of file blocks.py.
def blockit::Fortran::blocks::Enumeration::show |
( |
|
self, |
|
|
|
mangle = False |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: