struct Gsk::ParseLocation
- Gsk::ParseLocation
- Struct
- Value
- Object
Overview
A location in a parse buffer.
Defined in:
lib/gi-crystal/src/auto/gsk-4.0/parse_location.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGsk::ParseLocation, _transfer : GICrystal::Transfer)
- .new(bytes : UInt64 | Nil = nil, chars : UInt64 | Nil = nil, lines : UInt64 | Nil = nil, line_bytes : UInt64 | Nil = nil, line_chars : UInt64 | Nil = nil)
Instance Method Summary
- #==(other : self) : Bool
- #bytes(*args, **options)
- #bytes(*args, **options, &)
- #bytes=(arg)
- #chars(*args, **options)
- #chars(*args, **options, &)
- #chars=(arg)
- #line_bytes(*args, **options)
- #line_bytes(*args, **options, &)
- #line_bytes=(arg)
- #line_chars(*args, **options)
- #line_chars(*args, **options, &)
- #line_chars=(arg)
- #lines(*args, **options)
- #lines(*args, **options, &)
- #lines=(arg)
Constructor Detail
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)
#