proguard.classfile.editor
Class LocalVariableTableAttributeEditor

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

public class LocalVariableTableAttributeEditor
extends java.lang.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 Summary
LocalVariableTableAttributeEditor(LocalVariableTableAttribute targetLocalVariableTableAttribute)
          Creates a new LocalVariableTableAttributeEditor that will edit line numbers in the given line number table attribute.
 
Method Summary
 void addLocalVariableInfo(LocalVariableInfo localVariableInfo)
          Adds a given line number to the line number table attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalVariableTableAttributeEditor

public LocalVariableTableAttributeEditor(LocalVariableTableAttribute targetLocalVariableTableAttribute)
Creates a new LocalVariableTableAttributeEditor that will edit line numbers in the given line number table attribute.

Method Detail

addLocalVariableInfo

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