Class TokenEntry

    • Method Detail

      • isEof

        public boolean isEof()
      • getBeginLine

        public int getBeginLine()
        The line number where this token starts.
      • getEndLine

        public int getEndLine()
        The line number where this token ends.
      • getBeginColumn

        public int getBeginColumn()
        The column number where this token starts, inclusive.
      • getEndColumn

        public int getEndColumn()
        The column number where this token ends, exclusive.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object