Public Member Functions | |
def | __init__ (self) |
def | enter (self, visitee) |
def | leave (self, visitee) |
def | modules (self) |
Private Attributes | |
_analyzerRef | |
Class to scan a sequence and give a list of analyzer used and a list of their names
Definition at line 81 of file ValidationUtils.py.
def ValidationUtils.Scanner.__init__ | ( | self | ) |
Definition at line 83 of file ValidationUtils.py.
def ValidationUtils.Scanner.enter | ( | self, | |
visitee | |||
) |
Definition at line 85 of file ValidationUtils.py.
References ValidationUtils.Scanner._analyzerRef, and mps_setup.append.
def ValidationUtils.Scanner.leave | ( | self, | |
visitee | |||
) |
Definition at line 89 of file ValidationUtils.py.
def ValidationUtils.Scanner.modules | ( | self | ) |
|
private |
Definition at line 84 of file ValidationUtils.py.
Referenced by ValidationUtils.Scanner.enter(), and ValidationUtils.Scanner.modules().