类 LocalVariableTableAttributeEditor
- java.lang.Object
-
- proguard.classfile.editor.LocalVariableTableAttributeEditor
-
public class LocalVariableTableAttributeEditor extends java.lang.ObjectThis class can add local variables to a given local variable table attribute. Local variables to be added must have been filled out beforehand.
-
-
构造器概要
构造器 构造器 说明 LocalVariableTableAttributeEditor(LocalVariableTableAttribute targetLocalVariableTableAttribute)Creates a new LocalVariableTableAttributeEditor that will edit local variables in the given local variable table attribute.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddLocalVariableInfo(LocalVariableInfo localVariableInfo)Adds a given line number to the line number table attribute.
-
-
-
构造器详细资料
-
LocalVariableTableAttributeEditor
public LocalVariableTableAttributeEditor(LocalVariableTableAttribute targetLocalVariableTableAttribute)
Creates a new LocalVariableTableAttributeEditor that will edit local variables in the given local variable table attribute.
-
-
方法详细资料
-
addLocalVariableInfo
public void addLocalVariableInfo(LocalVariableInfo localVariableInfo)
Adds a given line number to the line number table attribute.
-
-