Class ParsePosition

    • Constructor Detail

      • ParsePosition

        public ParsePosition​(int startLine,
                             int startColumn,
                             int endLine,
                             int endColumn)
    • Method Detail

      • getEndColumn

        public int getEndColumn()
      • getEndLine

        public int getEndLine()
      • getStartColumn

        public int getStartColumn()
      • getStartLine

        public int getStartLine()