ParseLocation

class ParseLocation(pointer: <Error class: unknown class><<Error class: unknown class>>)

A location in a parse buffer.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var bytes: <Error class: unknown class>

the offset of the location in the parse buffer, as bytes

Link copied to clipboard
var chars: <Error class: unknown class>

the offset of the location in the parse buffer, as characters

Link copied to clipboard
val gskParseLocationPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
var lineBytes: <Error class: unknown class>

the position in the line, as bytes

Link copied to clipboard
var lineChars: <Error class: unknown class>

the position in the line, as characters

Link copied to clipboard
var lines: <Error class: unknown class>

the line of the location in the parse buffer