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.-
Method Summary
Modifier and TypeMethodDescriptionvoidvisitLineNumberInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberInfo lineNumberInfo)
-
Method Details
-
visitLineNumberInfo
void visitLineNumberInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberInfo lineNumberInfo)
-