Class SingleTimeAttributeVisitor

  • All Implemented Interfaces:
    AttributeVisitor

    public class SingleTimeAttributeVisitor
    extends java.lang.Object
    implements AttributeVisitor
    This AttributeVisitor delegates all visits to a given AttributeVisitor, although only once to the same attribute in a row.

    It can for example be used to lazily apply a visitor in a place where it would be called multiple times.