Skip to content

SyntaxError

[Source]

class ref SyntaxError is
  PegError box

Implements


Constructors

create

[Source]

new ref create(
  source': Source val,
  offset': USize val,
  parser': Parser box)
: SyntaxError ref^

Parameters

Returns


Public fields

let source: Source val

[Source]


let offset: USize val

[Source]


let parser: Parser box

[Source]


Public Functions

category

[Source]

fun box category()
: String val

Returns


description

[Source]

fun box description()
: String val

Returns


markers

[Source]

fun box markers()
: Iterator[(Source val , USize val , USize val , String val)] ref

Returns