proguard.classfile.editor
Class LineNumberTableAttributeEditor

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

public class LineNumberTableAttributeEditor
extends java.lang.Object

This class can add line numbers to a given line number table attribute. Line numbers to be added must have been filled out beforehand.


Constructor Summary
LineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute)
          Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.
 
Method Summary
 void addLineNumberInfo(LineNumberInfo lineNumberInfo)
          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

LineNumberTableAttributeEditor

public LineNumberTableAttributeEditor(LineNumberTableAttribute targetLineNumberTableAttribute)
Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.

Method Detail

addLineNumberInfo

public void addLineNumberInfo(LineNumberInfo lineNumberInfo)
Adds a given line number to the line number table attribute.