Interface LineNumberInfoVisitor

All Known Implementing Classes:
ClassPrinter, CodeAttributeComposer, CodeAttributeEditor, LineNumberInfoAdder, LineNumberRangeFinder, ProgramClassReader

public interface LineNumberInfoVisitor
This interface specifies the methods for a visitor of LineNumberInfo instances. Note that there is only a single implementation of LineNumberInfo, such that this interface is not strictly necessary as a visitor.