struct Gsk::ParseLocation

Overview

A location in a parse buffer.

Defined in:

lib/gi-crystal/src/auto/gsk-4.0/parse_location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibGsk::ParseLocation, _transfer : GICrystal::Transfer) #

[View source]
def self.new(bytes : UInt64 | Nil = nil, chars : UInt64 | Nil = nil, lines : UInt64 | Nil = nil, line_bytes : UInt64 | Nil = nil, line_chars : UInt64 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #

[View source]
def bytes(*args, **options) #

[View source]
def bytes(*args, **options, &) #

[View source]
def bytes=(arg) #

[View source]
def chars(*args, **options) #

[View source]
def chars(*args, **options, &) #

[View source]
def chars=(arg) #

[View source]
def line_bytes(*args, **options) #

[View source]
def line_bytes(*args, **options, &) #

[View source]
def line_bytes=(arg) #

[View source]
def line_chars(*args, **options) #

[View source]
def line_chars(*args, **options, &) #

[View source]
def line_chars=(arg) #

[View source]
def lines(*args, **options) #

[View source]
def lines(*args, **options, &) #

[View source]
def lines=(arg) #

[View source]