public interface SourcePosition
Modifier and Type | Method and Description |
---|---|
int |
column()
The column in the source file.
|
File |
file()
The source file.
|
int |
line()
The line in the source file.
|
String |
toString()
Convert the source position to the form "Filename:line".
|
File file()
int line()
int column()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.