fparser Reference Guide
0.0.14
|
Public Member Functions | |
def | tostr (self) |
def | process_item (self) |
def | process_subitem (self, item) |
def | get_classes (self) |
Public Attributes | |
endlabel | |
construct_name | |
loopcontrol | |
Static Public Attributes | |
match | |
pattern | |
item_re | |
end_stmt_cls | |
name | |
[<do-construct-name> :] DO label [loopcontrol] [<do-construct-name> :] DO [loopcontrol]
Definition at line 1319 of file block_statements.py.
def fparser.one.block_statements.Do.process_item | ( | self | ) |
Parses the next line assuming it is a "Do" statement. Overrides method in `BeginStatement`.
Definition at line 1339 of file block_statements.py.
References fparser.common.base_classes.BeginStatement.construct_name, fparser.one.block_statements.Select.construct_name, fparser.one.block_statements.Where.construct_name, fparser.one.block_statements.IfThen.construct_name, fparser.one.block_statements.Do.construct_name, fparser.one.block_statements.Do.endlabel, fparser.two.Fortran2003.Comment.item, fparser.common.base_classes.Statement.item, fparser.one.block_statements.Do.item_re, fparser.one.block_statements.Do.loopcontrol, fparser.common.base_classes.Variable.parent, fparser.two.utils.Base.parent, fparser.two.symbol_table.SymbolTable.parent, fparser.common.base_classes.Statement.parent, fparser.one.parsefortran.FortranParser.put_item(), fparser.common.readfortran.FortranReaderBase.put_item(), and fparser.common.base_classes.BeginStatement.put_item.