Class LocalVariableTableAttributeEditor

java.lang.Object
proguard.classfile.editor.LocalVariableTableAttributeEditor

public class LocalVariableTableAttributeEditor extends Object
This class can add local variables to a given local variable table attribute. Local variables to be added must have been filled out beforehand.
  • Constructor Details

    • LocalVariableTableAttributeEditor

      public LocalVariableTableAttributeEditor(LocalVariableTableAttribute targetLocalVariableTableAttribute)
      Creates a new LocalVariableTableAttributeEditor that will edit local variables in the given local variable table attribute.
  • Method Details

    • addLocalVariableInfo

      public void addLocalVariableInfo(LocalVariableInfo localVariableInfo)
      Adds a given line number to the line number table attribute.