Package proguard.analysis.datastructure
Class FileLocation
java.lang.Object
proguard.analysis.datastructure.Location
proguard.analysis.datastructure.FileLocation
- All Implemented Interfaces:
Comparable<Location>
Represents a unique location in a file, e.g. JAR/APK resources. They comprise the name of the
containing file and the line therein.
-
Field Summary
FieldsFields inherited from class proguard.analysis.datastructure.Location
line, UNKNOWN_LINE -
Constructor Summary
ConstructorsConstructorDescriptionFileLocation(String filename, int line) FileLocation(String filename, int line, String obfuscatedFilename) -
Method Summary
-
Field Details
-
filename
-
obfuscatedFilename
-
-
Constructor Details
-
FileLocation
-
FileLocation
-
-
Method Details
-
getName
Description copied from class:LocationReturns the name of the location, e.g., the signature of a CodeLocation, or the filename of a FileLocation -
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
-
getOriginalFilename
-