|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.editor.LineNumberInfoAdder
public class LineNumberInfoAdder
This LineNumberInfoVisitor adds all line numbers that it visits to the given target line number attribute.
| Constructor Summary | |
|---|---|
LineNumberInfoAdder(LineNumberTableAttribute targetLineNumberTableAttribute)
Creates a new LineNumberInfoAdder that will copy line numbers into the given target line number table. |
|
| Method Summary | |
|---|---|
void |
visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineNumberInfoAdder(LineNumberTableAttribute targetLineNumberTableAttribute)
| Method Detail |
|---|
public void visitLineNumberInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
LineNumberInfo lineNumberInfo)
visitLineNumberInfo in interface LineNumberInfoVisitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||