Public Member Functions | |
def | __init__ (self) |
def | enter (self, visitee) |
def | leave (self, visitee) |
def | setLabel (self, label) |
Private Attributes | |
__label | |
Definition at line 23 of file SequenceVisitors.py.
def SequenceVisitors.PathValidator.__init__ | ( | self | ) |
Definition at line 24 of file SequenceVisitors.py.
def SequenceVisitors.PathValidator.enter | ( | self, | |
visitee | |||
) |
Definition at line 28 of file SequenceVisitors.py.
References SequenceVisitors.PathValidator.__label, and Mixins._Labelable.__label.
def SequenceVisitors.PathValidator.leave | ( | self, | |
visitee | |||
) |
Definition at line 38 of file SequenceVisitors.py.
def SequenceVisitors.PathValidator.setLabel | ( | self, | |
label | |||
) |
Definition at line 26 of file SequenceVisitors.py.
References SequenceVisitors.PathValidator.__label, and Mixins._Labelable.__label.
|
private |
Definition at line 25 of file SequenceVisitors.py.
Referenced by Mixins._ValidatingListBase._labelIfAny(), SequenceVisitors.PathValidator.enter(), SequenceVisitors.EndPathValidator.enter(), SequenceVisitors.PathValidator.setLabel(), and SequenceVisitors.EndPathValidator.setLabel().