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:

    Today the discredit of words is very great. Most of the time the media transmit lies. In the face of an intolerable world, words appear to change very little. State power has become congenitally deaf, which is why—but the editorialists forget it—terrorists are reduced to bombs and hijacking.
    John Berger (b. 1926)

    In former years it was said that at three o’clock in the afternoon all sober persons were rounded up and herded off the grounds, as undesirable. The tradition of insobriety is still carefully preserved.
    —For the State of Vermont, U.S. public relief program (1935-1943)

    Politics is about putting yourself in a state of grace.
    Paddy Ashdown (b. 1941)