Package proguard.classfile.editor
Class LineNumberTableAttributeEditor
java.lang.Object
proguard.classfile.editor.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
ConstructorsConstructorDescriptionLineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute) Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLineNumberInfo(LineNumberInfo lineNumberInfo) Adds a given line number to the line number table attribute.
-
Constructor Details
-
LineNumberTableAttributeEditor
Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.
-
-
Method Details
-
addLineNumberInfo
Adds a given line number to the line number table attribute.
-