Class Location

java.lang.Object
com.schibsted.spt.data.jslt.impl.Location

public class Location extends Object
Represents a position in a JSTL source code file. Used in error messages.
  • Field Details

    • source

      private String source
    • line

      private int line
    • column

      private int column
  • Constructor Details

    • Location

      public Location(String source, int line, int column)
  • Method Details

    • getSource

      public String getSource()
    • getLine

      public int getLine()
    • getColumn

      public int getColumn()
    • toString

      public String toString()
      Overrides:
      toString in class Object