类 LineNumberInfo
- java.lang.Object
-
- proguard.classfile.attribute.LineNumberInfo
-
public class LineNumberInfo extends java.lang.ObjectRepresentation of a line number table entry.
-
-
字段概要
字段 修饰符和类型 字段 说明 static intLINE_RANGE_NO_SOURCEstatic intSIMPLE_LINE_NUMBER_BLOCK_IDintu2lineNumberintu2startPC
-
构造器概要
构造器 构造器 说明 LineNumberInfo()Creates an uninitialized LineNumberInfo.LineNumberInfo(int u2startPC, int u2lineNumber)Creates an initialized LineNumberInfo.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LineNumberInfoBlockgetBlock()intgetBlockId()java.util.List<LineOrigin>getOrigin()java.lang.StringgetSource()Returns a description of the source of the line, if known, or null otherwise.intgetSourceLineEnd()intgetSourceLineStart()java.lang.StringgetSourceMethod()
-
-
-
方法详细资料
-
getSource
public java.lang.String getSource()
Returns 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.
-
getSourceMethod
public java.lang.String getSourceMethod()
-
getSourceLineStart
public int getSourceLineStart()
-
getSourceLineEnd
public int getSourceLineEnd()
-
getBlockId
public int getBlockId()
-
getOrigin
public java.util.List<LineOrigin> getOrigin()
-
getBlock
public LineNumberInfoBlock getBlock()
-
-