OpenADFortTk (SourceProcessing)
PyFort.fortStmts.EndModuleStmt Class Reference
Inheritance diagram for PyFort.fortStmts.EndModuleStmt:
Collaboration diagram for PyFort.fortStmts.EndModuleStmt:

List of all members.

Public Member Functions

def __init__

Static Public Member Functions

def parse

Static Public Attributes

string kw = 'endmodule'
string kw_str = 'end module'

Detailed Description

Definition at line 2483 of file fortStmts.py.


Constructor & Destructor Documentation

def PyFort.fortStmts.EndModuleStmt.__init__ (   self,
  name = '',
  lineNumber = 0,
  label = False,
  lead = '',
  internal = [],
  rest = [] 
)

Reimplemented from PyFort.fortStmts.ComplexEndStmt.

Definition at line 2491 of file fortStmts.py.


Member Function Documentation

def PyFort.fortStmts.EndModuleStmt.parse (   ws_scan,
  lineNumber 
) [static]

Definition at line 2488 of file fortStmts.py.


Member Data Documentation

string PyFort::fortStmts.EndModuleStmt::kw_str = 'end module' [static]

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