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) #

def self.new(data : LibGsk::ParseLocation, _transfer : GICrystal::Transfer) #

def self.new(bytes : UInt64? = nil, chars : UInt64? = nil, lines : UInt64? = nil, line_bytes : UInt64? = nil, line_chars : UInt64? = nil) #

Instance Method Detail

def ==(other : self) : Bool #

def bytes(*args, **options) #

def bytes(*args, **options, &) #

def bytes=(arg) #

def chars(*args, **options) #

def chars(*args, **options, &) #

def chars=(arg) #

def line_bytes(*args, **options) #

def line_bytes(*args, **options, &) #

def line_bytes=(arg) #

def line_chars(*args, **options) #

def line_chars(*args, **options, &) #

def line_chars=(arg) #

def lines(*args, **options) #

def lines(*args, **options, &) #

def lines=(arg) #