Visitor Pattern - State

State

Aside from potentially improving separation of concerns, the visitor pattern has an additional advantage over simply calling a polymorphic method: a visitor object can have state. This is extremely useful in many cases where the action performed on the object depends on previous such actions.

An example of this is a pretty-printer in a programming language implementation (such as a compiler or interpreter). Such a pretty-printer object (implemented as a visitor, in this example), will visit nodes in a data structure that represents a parsed and processed program. The pretty-printer will then generate a textual representation of the program tree. To make the representation human-readable, the pretty-printer should properly indent program statements and expressions. The current indentation level can then be tracked by the visitor as its state, correctly applying encapsulation, whereas in a simple polymorphic method invocation, the indentation level would have to be exposed as a parameter and the caller would rely on the method implementation to use and propagate this parameter correctly.

Read more about this topic:  Visitor Pattern

Famous quotes containing the word state:

    “Well, well,” he said to himself, “you are not in Belgium; let us begin our apprenticeship in earnest, and so long as we are in the woods, howl heartily with the wolves.”
    —For the State of Nebraska, U.S. public relief program (1935-1943)

    A solitary traveller can sleep from state to state, from day to night, from day to day, in the long womb of its controlled interior. It is the cradle that never stops rocking after the lullaby is over. It is the biggest sleeping tablet in the world, and no one need ever swallow the pill, for it swallows them.
    —Lisa St. Aubin de TerĂ¡n (b. 1953)

    During the Civil War the area became a refuge for service- dodging Texans, and gangs of bushwhackers, as they were called, hid in its fastnesses. Conscript details of the Confederate Army hunted the fugitives and occasional skirmishes resulted.
    —Administration in the State of Texa, U.S. public relief program (1935-1943)