类 ExtendedLineNumberInfo
- java.lang.Object
-
- proguard.classfile.attribute.LineNumberInfo
-
- proguard.classfile.attribute.ExtendedLineNumberInfo
-
@Deprecated public class ExtendedLineNumberInfo extends LineNumberInfo
已过时。UseStructuredLineNumberInfoinstead 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.
-
-
字段概要
字段 修饰符和类型 字段 说明 java.lang.Stringsource已过时。-
从类继承的字段 proguard.classfile.attribute.LineNumberInfo
LINE_RANGE_NO_SOURCE, SIMPLE_LINE_NUMBER_BLOCK_ID, u2lineNumber, u2startPC
-
-
构造器概要
构造器 构造器 说明 ExtendedLineNumberInfo()已过时。Creates an uninitialized ExtendedLineNumberInfo.ExtendedLineNumberInfo(int u2startPC, int u2lineNumber, java.lang.String source)已过时。Creates an initialized ExtendedLineNumberInfo.
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 LineNumberInfoBlockgetBlock()已过时。intgetBlockId()已过时。java.lang.StringgetSource()已过时。Returns a description of the source of the line, if known, or null otherwise.intgetSourceLineEnd()已过时。intgetSourceLineStart()已过时。java.lang.StringgetSourceMethod()已过时。-
从类继承的方法 proguard.classfile.attribute.LineNumberInfo
getOrigin
-
-
-
-
方法详细资料
-
getSource
public java.lang.String getSource()
已过时。从类复制的说明:LineNumberInfoReturns a description of the source of the line, if known, or null otherwise. Standard line number entries don't contain information about their source; it is assumed to be the same source file.- 覆盖:
getSource在类中LineNumberInfo
-
getSourceMethod
public java.lang.String getSourceMethod()
已过时。- 覆盖:
getSourceMethod在类中LineNumberInfo
-
getSourceLineStart
public int getSourceLineStart()
已过时。- 覆盖:
getSourceLineStart在类中LineNumberInfo
-
getSourceLineEnd
public int getSourceLineEnd()
已过时。- 覆盖:
getSourceLineEnd在类中LineNumberInfo
-
getBlockId
public int getBlockId()
已过时。- 覆盖:
getBlockId在类中LineNumberInfo
-
getBlock
public LineNumberInfoBlock getBlock()
已过时。- 覆盖:
getBlock在类中LineNumberInfo
-
-