BlockIt
|
Public Member Functions | |
def | factory |
def | __init__ |
def | sentinel |
def | show |
Public Attributes | |
external | |
alwayswrite | |
DEP_GRAMMAR | |
Static Public Attributes | |
string | BLOCKTYPE = 'PyF95Directives' |
GRAMMAR = PYF95_START | |
SENTINEL = PYF95_END | |
Private Member Functions | |
def | __external |
def | __alwayswrite |
Private Attributes | |
_name |
def blockit::Fortran::blocks::PyF95Directives::__init__ | ( | self, | |
parameters | |||
) |
def blockit::Fortran::blocks::PyF95Directives::__alwayswrite | ( | self, | |
s, | |||
l, | |||
t | |||
) | [private] |
def blockit::Fortran::blocks::PyF95Directives::__external | ( | self, | |
s, | |||
l, | |||
t | |||
) | [private] |
def blockit::Fortran::blocks::PyF95Directives::factory | ( | s, | |
l, | |||
t | |||
) |
def blockit::Fortran::blocks::PyF95Directives::sentinel | ( | self, | |
line | |||
) |
Overrided sentinel method. Calls super first. If true, then looks for AutoDelete/Specialization blocks in scope and merges symbols and types found in these blocks with its own symbols and types.
Reimplemented from blockit::Fortran::blocks::FortranBlock.
def blockit::Fortran::blocks::PyF95Directives::show | ( | self, | |
mangle = False |
|||
) |
Show a realization of a block based on its current state.
Reimplemented from blockit::Fortran::blocks::FortranBlock.
Reimplemented from blockit::blocks::Block.
string blockit::Fortran::blocks::PyF95Directives::BLOCKTYPE = 'PyF95Directives' [static] |
Reimplemented from blockit::Fortran::blocks::FortranBlock.
Reimplemented from blockit::Fortran::blocks::FortranBlock.
blockit::Fortran::blocks::PyF95Directives::GRAMMAR = PYF95_START [static] |
Reimplemented from blockit::blocks::Block.
blockit::Fortran::blocks::PyF95Directives::SENTINEL = PYF95_END [static] |
Reimplemented from blockit::Fortran::blocks::FortranBlock.