fparser Reference Guide
0.0.14
|
Public Member Functions | |
def | process_item (self) |
Public Attributes | |
expr | |
construct_name | |
Static Public Attributes | |
end_stmt_cls | |
name | |
Base class for the Select (case/type) statement
Definition at line 1018 of file block_statements.py.
def fparser.one.block_statements.Select.process_item | ( | self | ) |
Populate the state of this Select object by parsing the associated line of code
Definition at line 1027 of file block_statements.py.
References fparser.common.base_classes.BeginStatement.construct_name, fparser.one.block_statements.Select.construct_name, fparser.one.block_statements.Select.expr, fparser.two.Fortran2003.Comment.item, and fparser.common.base_classes.Statement.item.