Class Location
java.lang.Object
com.schibsted.spt.data.jslt.impl.Location
Represents a position in a JSTL source code file. Used in error
messages.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
-
line
private int line -
column
private int column
-
-
Constructor Details
-
Location
-
-
Method Details
-
getSource
-
getLine
public int getLine() -
getColumn
public int getColumn() -
toString
-