Class 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 Detail

      • source

        public java.lang.String source
        Deprecated.
    • Constructor Detail

      • ExtendedLineNumberInfo

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

        public ExtendedLineNumberInfo​(int u2startPC,
                                      int u2lineNumber,
                                      java.lang.String source)
        Deprecated.
        Creates an initialized ExtendedLineNumberInfo.