类 LineNumberTableAttributeEditor
- java.lang.Object
-
- proguard.classfile.editor.LineNumberTableAttributeEditor
-
public class LineNumberTableAttributeEditor extends java.lang.ObjectThis class can add line numbers to a given line number table attribute. Line numbers to be added must have been filled out beforehand.
-
-
构造器概要
构造器 构造器 说明 LineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute)Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddLineNumberInfo(LineNumberInfo lineNumberInfo)Adds a given line number to the line number table attribute.
-
-
-
构造器详细资料
-
LineNumberTableAttributeEditor
public LineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute)
Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.
-
-
方法详细资料
-
addLineNumberInfo
public void addLineNumberInfo(LineNumberInfo lineNumberInfo)
Adds a given line number to the line number table attribute.
-
-