Class ExtendedLineNumberInfo

java.lang.Object
proguard.classfile.attribute.LineNumberInfo
proguard.classfile.attribute.ExtendedLineNumberInfo

@Deprecated public class ExtendedLineNumberInfo extends LineNumberInfo
Deprecated.
Use StructuredLineNumberInfo instead to properly track the source of lines that don't originate from the given method.
This line number table entry contains additional information about its source. This information can not be represented in class files, but it can be used internally to represent lines in inlined or merged code.
  • Field Details

    • source

      public String source
      Deprecated.
  • Constructor Details

    • ExtendedLineNumberInfo

      public ExtendedLineNumberInfo()
      Deprecated.
      Creates an uninitialized ExtendedLineNumberInfo.
    • ExtendedLineNumberInfo

      public ExtendedLineNumberInfo(int u2startPC, int u2lineNumber, String source)
      Deprecated.
      Creates an initialized ExtendedLineNumberInfo.
  • Method Details