类 Location
- java.lang.Object
-
- proguard.analysis.datastructure.Location
-
- 所有已实现的接口:
java.lang.Comparable<Location>
- 直接已知子类:
CodeLocation,FileLocation
public abstract class Location extends java.lang.Object implements java.lang.Comparable<Location>
Helper data structure that makes it possible to identify specific places inside a program, either inside the bytecode (CodeLocation) or some other file, e.g. JAR/APK resources (FileLocation).
-
-
字段概要
字段 修饰符和类型 字段 说明 intlinestatic intUNKNOWN_LINE
-
构造器概要
构造器 限定符 构造器 说明 protectedLocation(int line)
-
-
-
字段详细资料
-
UNKNOWN_LINE
public static final int UNKNOWN_LINE
- 另请参阅:
- 常量字段值
-
line
public final int line
-
-