Package proguard.classfile.editor
Class LocalVariableTypeTableAttributeEditor
- java.lang.Object
-
- proguard.classfile.editor.LocalVariableTypeTableAttributeEditor
-
public class LocalVariableTypeTableAttributeEditor extends java.lang.Object
This 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.
-
-
Constructor Summary
Constructors Constructor Description LocalVariableTypeTableAttributeEditor(LocalVariableTypeTableAttribute targetLocalVariableTypeTableAttribute)
Creates a new LocalVariableTypeTableAttributeEditor that will edit local variable types in the given local variable type table attribute.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLocalVariableTypeInfo(LocalVariableTypeInfo localVariableTypeInfo)
Adds a given local variable type to the local variable type table attribute.
-
-
-
Constructor Detail
-
LocalVariableTypeTableAttributeEditor
public LocalVariableTypeTableAttributeEditor(LocalVariableTypeTableAttribute targetLocalVariableTypeTableAttribute)
Creates a new LocalVariableTypeTableAttributeEditor that will edit local variable types in the given local variable type table attribute.
-
-
Method Detail
-
addLocalVariableTypeInfo
public void addLocalVariableTypeInfo(LocalVariableTypeInfo localVariableTypeInfo)
Adds a given local variable type to the local variable type table attribute.
-
-