Class PathParser.Location

java.lang.Object
io.trino.sql.jsonpath.PathParser.Location
Enclosing class:
PathParser

public static class PathParser.Location extends Object
  • Constructor Details

    • Location

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

    • getLine

      public int getLine()
    • getColumn

      public int getColumn()