Lecture overview -- Keyboard shortcut: 'u'  Previous page: A Visitor example: IntSequence -- Keyboard shortcut: 'p'    Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Abstract classes, Interfaces, and Patterns - slide 37 : 37

Visitors - Pros and Cons
There are both advantages and disadvantages of Visitor

Visitor is frequently used for processing of abstract syntax trees in compiler construction tools