Package com.google.devtools.ksp.symbol
Class FileLocation
-
- All Implemented Interfaces:
public final class FileLocation extends Location
-
-
Field Summary
Fields Modifier and Type Field Description private final StringfilePathprivate final IntegerlineNumber
-
Constructor Summary
Constructors Constructor Description FileLocation(String filePath, Integer lineNumber)
-
Method Summary
Modifier and Type Method Description final StringgetFilePath()final IntegergetLineNumber()-
-
Method Detail
-
getFilePath
final String getFilePath()
-
getLineNumber
final Integer getLineNumber()
-
-
-
-