| __init__(self, **kwargs) | pyfortool.variables.Variables | |
| _excludeContains (defined in pyfortool.variables.Variables) | pyfortool.variables.Variables | protected |
| _normalizeScopeVar(self, scopeVarList) | pyfortool.variables.Variables | protected |
| _normalizeUniqVar(self, scopeVarList) | pyfortool.variables.Variables | protected |
| _varList (defined in pyfortool.variables.Variables) | pyfortool.variables.Variables | protected |
| addArgInTree(self, varName, declStmt, pos, stopScopes, moduleVarList=None, otherNames=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 | |
| checkUnusedLocalVar(self, mustRaise=False, excludeList=None) | 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 | |
| removeArrayParenthesesInNode(self, node) | 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, implicitDeclaration=False) | pyfortool.variables.Variables | static |