Class SingleTimeAttributeVisitor

java.lang.Object
proguard.classfile.attribute.visitor.SingleTimeAttributeVisitor
All Implemented Interfaces:
AttributeVisitor

public class SingleTimeAttributeVisitor extends 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.