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:

    The longer a woman remains single, the more apprehensive she will be of entering into the state of wedlock. At seventeen or eighteen, a girl will plunge into it, sometimes without either fear or wit; at twenty, she will begin to think; at twenty-four, will weigh and discriminate; at twenty-eight, will be afraid of venturing; at thirty, will turn about, and look down the hill she has ascended, and sometimes rejoice, sometimes repent, that she has gained that summit sola.
    Samuel Richardson (1689–1761)

    some strange comfort every state attend,
    And pride bestowed on all, a common friend;
    Alexander Pope (1688–1744)

    When I saw it I was so glad I could not speak. My eyes seemed too little to see it all.... I was a long time without speaking to my friend. To see me always looking and never speaking he thought I had lost my mind. I could not understand where all this could come from.
    —For the State of Maine, U.S. public relief program (1935-1943)