List of all members.
Detailed Description
Definition at line 1333 of file blocks.py.
Constructor & Destructor Documentation
def blockit::Fortran::blocks::Subroutine::__init__ |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
A F90/95/2003 subroutine block:
subroutine foo(x,y,z)
.
.
.
end subroutine foo
Input
-----
parameters : the groups from the factory static method
Definition at line 1365 of file blocks.py.
Member Function Documentation
def blockit::Fortran::blocks::Subroutine::__propArgList |
( |
| ) |
[private] |
def blockit::Fortran::blocks::Subroutine::__propAsName |
( |
| ) |
[private] |
def blockit::Fortran::blocks::Subroutine::addLine |
( |
|
self, |
|
|
|
line, |
|
|
|
n = None |
|
) |
| |
def blockit::Fortran::blocks::Subroutine::factory |
( |
|
s, |
|
|
|
lineNo, |
|
|
|
tokens |
|
) |
| |
Factory method called by the BlockParser to produce an
instance of the class.
Definition at line 1355 of file blocks.py.
def blockit::Fortran::blocks::Subroutine::name |
( |
|
self | ) |
|
Overloaded name method. If "no_mangle" was specified, returns the
original name with no template mangling. Otherwise, it calls the base
class name() method.
Reimplemented from blockit::blocks::Block.
Definition at line 1397 of file blocks.py.
Member Data Documentation
Property Documentation
blockit::Fortran::blocks::Subroutine::argList = property( **__propArgList() ) [static] |
blockit::Fortran::blocks::Subroutine::asName = property( **__propAsName() ) [static] |
The documentation for this class was generated from the following file: