类 FileLocation
- java.lang.Object
-
- proguard.analysis.datastructure.Location
-
- proguard.analysis.datastructure.FileLocation
-
-
字段概要
字段 修饰符和类型 字段 说明 java.lang.Stringfilenamejava.lang.StringobfuscatedFilename-
从类继承的字段 proguard.analysis.datastructure.Location
line, UNKNOWN_LINE
-
-
构造器概要
构造器 构造器 说明 FileLocation(java.lang.String filename, int line)FileLocation(java.lang.String filename, int line, java.lang.String obfuscatedFilename)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intcompareTo(Location o)booleanequals(java.lang.Object o)java.lang.StringgetName()Returns the name of the location, e.g., the signature of a CodeLocation, or the filename of a FileLocationjava.lang.StringgetOriginalFilename()inthashCode()java.lang.StringtoString()
-
-
-
方法详细资料
-
getName
public java.lang.String getName()
从类复制的说明:LocationReturns the name of the location, e.g., the signature of a CodeLocation, or the filename of a FileLocation
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中java.lang.Object
-
compareTo
public int compareTo(Location o)
-
getOriginalFilename
public java.lang.String getOriginalFilename()
-
-