List of all members.
Detailed Description
Definition at line 1227 of file blocks.py.
Constructor & Destructor Documentation
def blockit::Fortran::blocks::Function::__init__ |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
A F90/95/2003 subroutine block:
function foo(x,y,z) result(bar)
.
.
.
end function foo
Input
-----
parameters : the groups from the factory static method
Definition at line 1267 of file blocks.py.
Member Function Documentation
def blockit::Fortran::blocks::Function::__propArgList |
( |
| ) |
[private] |
def blockit::Fortran::blocks::Function::__propAsName |
( |
| ) |
[private] |
def blockit::Fortran::blocks::Function::addLine |
( |
|
self, |
|
|
|
line, |
|
|
|
n = None |
|
) |
| |
def blockit::Fortran::blocks::Function::factory |
( |
|
s, |
|
|
|
lineNo, |
|
|
|
tokens |
|
) |
| |
Factory method called by the BlockParser to produce an
instance of the class.
Definition at line 1255 of file blocks.py.
def blockit::Fortran::blocks::Function::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 1299 of file blocks.py.
Member Data Documentation
Property Documentation
blockit::Fortran::blocks::Function::argList = property( **__propArgList() ) [static] |
blockit::Fortran::blocks::Function::asName = property( **__propAsName() ) [static] |
The documentation for this class was generated from the following file: