proguard.classfile.visitor
Interface LineNumberInfoVisitor
- All Known Implementing Classes:
- CodeAttrInfoEditor
- public interface LineNumberInfoVisitor
This interface specifies the methods for a visitor of
LineNumberInfo objects. Note that there is only a single
implementation of LineNumberInfo, such that this interface
is not strictly necessary as a visitor.
visitLineNumberInfo
public void visitLineNumberInfo(ClassFile classFile,
MethodInfo methodInfo,
CodeAttrInfo codeAttrInfo,
LineNumberInfo lineNumberInfo)