List of all members.
Detailed Description
Definition at line 2923 of file blocks.py.
Constructor & Destructor Documentation
def blockit::Fortran::blocks::Prepod::__init__ |
( |
|
self, |
|
|
|
parameters |
|
) |
| |
A (P)ython (O)n (D)emand block:
prepod foo from barmodule
.
.
.
end prepod foo
The code contained within the block is processed AT PARSING TIME.
Input
-----
parameters : the groups from the class regex
table : the global symbol table to store the block in
Definition at line 2948 of file blocks.py.
Member Function Documentation
def blockit::Fortran::blocks::Prepod::__getstate__ |
( |
|
self | ) |
|
def blockit::Fortran::blocks::Prepod::factory |
( |
|
s, |
|
|
|
lineNo, |
|
|
|
tokens |
|
) |
| |
Factory method called by the BlockParser to produce an
instance of the class.
Definition at line 2941 of file blocks.py.
def blockit::Fortran::blocks::Prepod::name |
( |
|
self | ) |
|
def blockit::Fortran::blocks::Prepod::sentinel |
( |
|
self, |
|
|
|
line |
|
) |
| |
def blockit::Fortran::blocks::Prepod::serialize |
( |
|
self | ) |
|
Builds a dictionary tree of the block.
Definition at line 3037 of file blocks.py.
Member Data Documentation
The documentation for this class was generated from the following file: