Mark

constructor(name: String, index: Int, line: Int, column: Int, buffer: IntArray, pointer: Int)

Parameters

name
  • the name of the data stream, to be used as identifier

index
  • the index from the beginning of the stream

line
  • line of the mark from beginning of the stream

column
  • column of the mark from beginning of the line

buffer
  • the data

pointer
  • the position of the mark from the beginning of the data