类 LocalVariableTypeTableAttributeEditor
- java.lang.Object
-
- proguard.classfile.editor.LocalVariableTypeTableAttributeEditor
-
public class LocalVariableTypeTableAttributeEditor extends java.lang.ObjectThis class can add local variables to a given local variable type table attribute. Local variable types to be added must have been filled out beforehand.
-
-
构造器概要
构造器 构造器 说明 LocalVariableTypeTableAttributeEditor(LocalVariableTypeTableAttribute targetLocalVariableTypeTableAttribute)Creates a new LocalVariableTypeTableAttributeEditor that will edit local variable types in the given local variable type table attribute.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddLocalVariableTypeInfo(LocalVariableTypeInfo localVariableTypeInfo)Adds a given local variable type to the local variable type table attribute.
-
-
-
构造器详细资料
-
LocalVariableTypeTableAttributeEditor
public LocalVariableTypeTableAttributeEditor(LocalVariableTypeTableAttribute targetLocalVariableTypeTableAttribute)
Creates a new LocalVariableTypeTableAttributeEditor that will edit local variable types in the given local variable type table attribute.
-
-
方法详细资料
-
addLocalVariableTypeInfo
public void addLocalVariableTypeInfo(LocalVariableTypeInfo localVariableTypeInfo)
Adds a given local variable type to the local variable type table attribute.
-
-