Package pypat :: Package behavioral :: Module visitor
[hide private]
[frames] | no frames]

Module visitor

source code

Classes [hide private]
  Visitor
Abstract Visitor class as part of the Visitor Design Pattern.
  Visitee
A base class for objects that wish to be able to be visited by a Visitor class.