List of all members.
Detailed Description
Definition at line 2445 of file blocks.py.
Constructor & Destructor Documentation
def blockit::Fortran::blocks::AutoDelete::__init__ |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
An autodelete block:
AutoDelete(name)
type (DLList<integer>) :: a,b,c
end AutoDelete
This block will store all the symbols of the type() declarations,
i.e. a,b,c above for later use with the GarbageCollect block.
Input
-----
parameters : the groups from the factory static method
Definition at line 2468 of file blocks.py.
Member Function Documentation
def blockit::Fortran::blocks::AutoDelete::factory |
( |
|
s, |
|
|
|
lineNo, |
|
|
|
tokens |
|
) |
| |
Factory method called by the BlockParser to produce an
instance of the class.
Definition at line 2460 of file blocks.py.
def blockit::Fortran::blocks::AutoDelete::show |
( |
|
self, |
|
|
|
mangle = False |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: