GDB (xrefs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes | Private Member Functions
cleanup_check.MasterCleanup Class Reference

List of all members.

Public Member Functions

def __init__
def compare_vars
def note_assignment
def merge
def push
def pop
def verify
def isempty
def inform

Public Attributes

 cleanups
 aliases

Private Member Functions

def _find_var

Detailed Description

Definition at line 77 of file cleanup_check.py.


Constructor & Destructor Documentation

def cleanup_check.MasterCleanup.__init__ (   self,
  other = None 
)

Definition at line 80 of file cleanup_check.py.


Member Function Documentation

def cleanup_check.MasterCleanup._find_var (   self,
  back_to 
) [private]
def cleanup_check.MasterCleanup.compare_vars (   self,
  definition,
  argument 
)

Definition at line 189 of file cleanup_check.py.

References cleanup_check.MasterCleanup.cleanups.

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 
)
def cleanup_check.MasterCleanup.pop (   self,
  location,
  back_to 
)
def cleanup_check.MasterCleanup.push (   self,
  location,
  lhs 
)
def cleanup_check.MasterCleanup.verify (   self,
  location,
  arg 
)

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines