public interface LineNumberInfoVisitor
LineNumberInfo objects. Note that there is only a single
implementation of LineNumberInfo, such that this interface
is not strictly necessary as a visitor.| Modifier and Type | Method and Description |
|---|---|
void |
visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo) |
void visitLineNumberInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberInfo lineNumberInfo)
Copyright © 2015. All Rights Reserved.