BlockIt
blockit::Fortran::blocks::Program Class Reference
Inheritance diagram for blockit::Fortran::blocks::Program:
Collaboration diagram for blockit::Fortran::blocks::Program:

List of all members.

Public Member Functions

def factory
def __init__
def getState

Static Public Attributes

string BLOCKTYPE = 'Program'
tuple KEYWORD = pp.CaselessKeyword(BLOCKTYPE)
 GRAMMAR = \

Detailed Description

Definition at line 1148 of file blocks.py.


Constructor & Destructor Documentation

def blockit::Fortran::blocks::Program::__init__ (   self,
  parameters 
)
A F90/95/2003 program block.

program foo
.
.
.
end program foo

Input
-----
parameters : the groups from the factory static method

Definition at line 1168 of file blocks.py.


Member Function Documentation

def blockit::Fortran::blocks::Program::factory (   s,
  lineNo,
  tokens 
)
Factory method called by the BlockParser to produce an
instance of the class.

Definition at line 1161 of file blocks.py.

def blockit::Fortran::blocks::Program::getState (   self)
Return the internal _state variable.

Reimplemented from blockit::Fortran::blocks::FortranBlock.

Definition at line 1185 of file blocks.py.


Member Data Documentation

Reimplemented from blockit::Fortran::blocks::FortranBlock.

Definition at line 1152 of file blocks.py.

Reimplemented from blockit::blocks::Block.

Definition at line 1154 of file blocks.py.

tuple blockit::Fortran::blocks::Program::KEYWORD = pp.CaselessKeyword(BLOCKTYPE) [static]

Definition at line 1153 of file blocks.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties