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

List of all members.

Public Member Functions

def __init__
def __str__

Static Public Member Functions

def parse

Static Public Attributes

string kw = 'casedefault'
string kw_str = 'case default'

Static Private Attributes

list _sons = []

Detailed Description

case default [case-construct-name]

Definition at line 2740 of file fortStmts.py.


Constructor & Destructor Documentation

def PyFort.fortStmts.CaseDefaultStmt.__init__ (   self,
  lineNumber = 0,
  label = False,
  lead = '',
  internal = [],
  rest = [] 
)
initializes a generic statement object
  formatting (leading whitespace or line breaks)
lineNumber: contains the line number the statement was
  originally on
label: contains a statement's numeric label, if there was one
lead:contains the line lead, excluding the 6 leading spaces
  for fixed format (if input was in fixed format)
internal: a list of internal comments
accessed: determines whether or not the statement has been accessed and
  potentially modified, since the rawline is only updated
  when a statement is accessed

Reimplemented from PyFort.fortStmts.Exec.

Definition at line 2760 of file fortStmts.py.

References PyFort.fortStmts.CaseDefaultStmt.__str__().

Referenced by PyFort.fortStmts.CaseDefaultStmt.parse().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Function Documentation

Reimplemented from PyFort.fortStmts.NonComment.

Definition at line 2763 of file fortStmts.py.

Referenced by PyFort.fortStmts.CaseDefaultStmt.__init__().

Here is the caller graph for this function:

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

Definition at line 2751 of file fortStmts.py.

References PyFort.fortStmts.CaseDefaultStmt.__init__(), PyUtil::l_assembler.lit(), and PyUtil::assembler.seq().

Here is the call graph for this function:


Member Data Documentation


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