GDB (xrefs)
|
Public Member Functions | |
def | __init__ |
def | compare_vars (self, definition, argument) |
def | note_assignment (self, lhs, rhs) |
def | merge (self, other) |
def | push (self, location, lhs) |
def | pop (self, location, back_to) |
def | verify (self, location, arg) |
def | isempty (self) |
def | inform (self) |
Public Attributes | |
cleanups | |
aliases | |
Private Member Functions | |
def | _find_var (self, back_to) |
Definition at line 77 of file cleanup_check.py.
def cleanup_check.MasterCleanup.__init__ | ( | self, | |
other = None |
|||
) |
Definition at line 80 of file cleanup_check.py.
|
private |
Definition at line 157 of file cleanup_check.py.
References cleanup_check.MasterCleanup.cleanups, cleanup_check.MasterCleanup.compare_vars(), and len.
Referenced by cleanup_check.MasterCleanup.pop(), and cleanup_check.MasterCleanup.push().
def cleanup_check.MasterCleanup.compare_vars | ( | self, | |
definition, | |||
argument | |||
) |
Definition at line 91 of file cleanup_check.py.
References cleanup_check.MasterCleanup.aliases, and cmd_list_element.aliases.
Referenced by cleanup_check.MasterCleanup._find_var(), and cleanup_check.MasterCleanup.verify().
def cleanup_check.MasterCleanup.inform | ( | self | ) |
Definition at line 189 of file cleanup_check.py.
References cleanup_check.MasterCleanup.cleanups.
def cleanup_check.MasterCleanup.isempty | ( | self | ) |
Definition at line 184 of file cleanup_check.py.
References cleanup_check.MasterCleanup.cleanups, len, and cleanup_check.log().
def cleanup_check.MasterCleanup.merge | ( | self, | |
other | |||
) |
Definition at line 106 of file cleanup_check.py.
References cleanup_check.MasterCleanup.cleanups, len, and cleanup_check.log().
def cleanup_check.MasterCleanup.note_assignment | ( | self, | |
lhs, | |||
rhs | |||
) |
Definition at line 100 of file cleanup_check.py.
References cleanup_check.MasterCleanup.aliases, cmd_list_element.aliases, and cleanup_check.log().
def cleanup_check.MasterCleanup.pop | ( | self, | |
location, | |||
back_to | |||
) |
Definition at line 167 of file cleanup_check.py.
References cleanup_check.MasterCleanup._find_var(), cleanup_check.MasterCleanup.cleanups, and cleanup_check.log().
def cleanup_check.MasterCleanup.push | ( | self, | |
location, | |||
lhs | |||
) |
Definition at line 142 of file cleanup_check.py.
References cleanup_check.MasterCleanup._find_var(), cleanup_check.MasterCleanup.cleanups, and cleanup_check.log().
def cleanup_check.MasterCleanup.verify | ( | self, | |
location, | |||
arg | |||
) |
Definition at line 177 of file cleanup_check.py.
References cleanup_check.MasterCleanup.cleanups, cleanup_check.MasterCleanup.compare_vars(), len, and cleanup_check.log().
cleanup_check.MasterCleanup.aliases |
Definition at line 86 of file cleanup_check.py.
Referenced by cleanup_check.MasterCleanup.compare_vars(), and cleanup_check.MasterCleanup.note_assignment().
cleanup_check.MasterCleanup.cleanups |
Definition at line 85 of file cleanup_check.py.
Referenced by cleanup_check.MasterCleanup._find_var(), cleanup_check.MasterCleanup.inform(), cleanup_check.MasterCleanup.isempty(), cleanup_check.MasterCleanup.merge(), cleanup_check.MasterCleanup.pop(), cleanup_check.MasterCleanup.push(), and cleanup_check.MasterCleanup.verify().