|
- Method resolution order:
- IntermediateIndependentCheckVisitor
- translator.visitor.intermediateVisitor.intermediateVisitor.IntermediateVisitor
- builtins.object
Methods defined here:
- __init__(self)
- Constructor
- results(self)
- Give the results back
- setChecks(self, listOfAttributeMaps)
- With this function we set the checks
- visit(self, element)
- The visit function
Data descriptors inherited from translator.visitor.intermediateVisitor.intermediateVisitor.IntermediateVisitor:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|