Package com.schibsted.spt.data.jslt.impl
Class Location
- java.lang.Object
-
- com.schibsted.spt.data.jslt.impl.Location
-
public class Location extends java.lang.Object
Represents a position in a JSTL source code file. Used in error messages.
-
-
Constructor Summary
Constructors Constructor Description Location(java.lang.String source, int line, int column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getLine()
java.lang.String
getSource()
java.lang.String
toString()
-