PyForTool
Python-fortran-tool
Loading...
Searching...
No Matches
pyfortool.variables.Variables Member List

This is the complete list of members for pyfortool.variables.Variables, including all inherited members.

__init__(self, **kwargs)pyfortool.variables.Variables
_excludeContains (defined in pyfortool.variables.Variables)pyfortool.variables.Variablesprotected
_normalizeScopeVar(self, scopeVarList)pyfortool.variables.Variablesprotected
_normalizeUniqVar(self, scopeVarList)pyfortool.variables.Variablesprotected
_varList (defined in pyfortool.variables.Variables)pyfortool.variables.Variablesprotected
addArgInTree(self, varName, declStmt, pos, stopScopes, moduleVarList=None, otherNames=None, parser=None, parserOptions=None, wrapH=False)pyfortool.variables.Variables
addArrayParentheses(self)pyfortool.variables.Variables
addArrayParenthesesInNode(self, node)pyfortool.variables.Variables
addExplicitArrayBounds(self, node=None)pyfortool.variables.Variables
addModuleVar(self, moduleVarList)pyfortool.variables.Variables
addVar(self, varList)pyfortool.variables.Variables
arrayR2parensR(self, namedE, table)pyfortool.variables.Variables
attachArraySpecToEntity(self)pyfortool.variables.Variables
checkImplicitNone(self, mustRaise=False)pyfortool.variables.Variables
checkIntent(self, mustRaise=False)pyfortool.variables.Variables
findArrayBounds(self, arr, loopVar, extraVarList=None)pyfortool.variables.Variables
findIndexArrayBounds(self, arr, index, loopVar)pyfortool.variables.Variables
isVarUsed(self, varList, exactScope=False, dummyAreAlwaysUsed=False)pyfortool.variables.Variables
modifyAutomaticArrays(self, declTemplate=None, startTemplate=None, endTemplate=None)pyfortool.variables.Variables
path (defined in pyfortool.variables.Variables)pyfortool.variables.Variables
removeUnusedLocalVar(self, excludeList=None, simplify=False)pyfortool.variables.Variables
removeVar(self, varList, simplify=False)pyfortool.variables.Variables
removeVarIfUnused(self, varList, excludeDummy=False, excludeModule=False, simplify=False)pyfortool.variables.Variables
renameVar(self, oldName, newName)pyfortool.variables.Variables
showUnusedVar(self)pyfortool.variables.Variables
varList(self)pyfortool.variables.Variables
varSpec2stmt(varSpec)pyfortool.variables.Variablesstatic