类 ExtendedLineNumberInfo


  • @Deprecated
    public class ExtendedLineNumberInfo
    extends LineNumberInfo
    已过时。
    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.
    • 字段详细资料

      • source

        public java.lang.String source
        已过时。
    • 构造器详细资料

      • ExtendedLineNumberInfo

        public ExtendedLineNumberInfo()
        已过时。
        Creates an uninitialized ExtendedLineNumberInfo.
      • ExtendedLineNumberInfo

        public ExtendedLineNumberInfo​(int u2startPC,
                                      int u2lineNumber,
                                      java.lang.String source)
        已过时。
        Creates an initialized ExtendedLineNumberInfo.