Package net.jangaroo.jooc.api
Interface FilePosition
-
public interface FilePositionPosition of a symbol (token) in a file, e.g. to specify where an error occurred.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumn()StringgetFileName()intgetLine()
-
-
-
Method Detail
-
getFileName
String getFileName()
-
getLine
int getLine()
-
getColumn
int getColumn()
-
-