checkOpInCall(self, mustRaise=False) | pyfortool.statements.Statements | |
createDoConstruct(loopVariables, indent=0, concurrent=False) | pyfortool.statements.Statements | static |
evalFalseIfStmt(self, nodes, simplify=False) | pyfortool.statements.Statements | |
inline(self, subContained, callStmt, mainScope, simplify=False, loopVar=None) | pyfortool.statements.Statements | |
inlineContainedSubroutines(self, simplify=False, loopVar=None) | pyfortool.statements.Statements | |
insertInList(pos, item, parent) | pyfortool.statements.Statements | static |
insertStatement(self, stmt, first) | pyfortool.statements.Statements | |
isNodeInCall(self, node) | pyfortool.statements.Statements | |
isNodeInProcedure(self, node, procList) | pyfortool.statements.Statements | |
removeArraySyntax(self, concurrent=False, useMnhExpand=True, everywhere=True, loopVar=None, reuseLoop=True, funcList=None, updateMemSet=False, updateCopy=False, addAccIndependentCollapse=True) | pyfortool.statements.Statements | |
removeCall(self, callName, simplify=False) | pyfortool.statements.Statements | |
removeConstructNode(self, node, simplifyVar, simplifyStruct) | pyfortool.statements.Statements | |
removeFromList(self, item, itemPar) | pyfortool.statements.Statements | |
removePrints(self, simplify=False) | pyfortool.statements.Statements | |
removeStmtNode(self, nodes, simplifyVar, simplifyStruct) | pyfortool.statements.Statements | |
setFalseIfStmt(self, flags, simplify=False) | pyfortool.statements.Statements | |