The line number at which this SourceLocation has been generated.
The character offset at which this SourceLocation has been generated.
The name of the source file in which this SourceLocation has been generated.
Returns string formatted according to given format
string.
Returns string formatted according to given format
string.
Format strings are as for String.format
(@see java.lang.String.format).
A SourceLocation is a descriptor for the invocation of a method that takes an implicit parameter of type SourceLocation. It provides information about the location in the source where the method is invoked, such as the source file name and line number.