Class LineNumberFormatter

java.lang.Object
com.strobel.decompiler.LineNumberFormatter

public class LineNumberFormatter extends Object
A LineNumberFormatter is used to rewrite an existing .java file, introducing line number information. It can handle either, or both, of the following jobs:
  • Introduce line numbers as leading comments.
  • Stretch the file so that the line number comments match the physical lines.