Package proguard.classfile.editor
Class LineNumberTableAttributeEditor
- java.lang.Object
-
- proguard.classfile.editor.LineNumberTableAttributeEditor
-
public class LineNumberTableAttributeEditor extends java.lang.Object
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
Constructors Constructor Description LineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute)
Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLineNumberInfo(LineNumberInfo lineNumberInfo)
Adds a given line number to the line number table attribute.
-
-
-
Constructor Detail
-
LineNumberTableAttributeEditor
public LineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute)
Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.
-
-
Method Detail
-
addLineNumberInfo
public void addLineNumberInfo(LineNumberInfo lineNumberInfo)
Adds a given line number to the line number table attribute.
-
-