|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.editor.LineNumberTableAttributeEditor
public class LineNumberTableAttributeEditor
This class can add line numbers to a given line number table attribute. Line numbers to be added must have been filled out beforehand.
| Constructor Summary | |
|---|---|
LineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute)
Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute. |
|
| Method Summary | |
|---|---|
void |
addLineNumberInfo(LineNumberInfo lineNumberInfo)
Adds a given line number to the line number table attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute)
| Method Detail |
|---|
public void addLineNumberInfo(LineNumberInfo lineNumberInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||