class Novika::QuotedWordSnapshot

Overview

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.

Defined in:

novika/image.cr

Constant Summary

ENDIAN = ["big"]

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.

KLASS_NAME = [Novika::QuotedWordSnapshot]

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.

PARTS = [{type: "string", name: id, cls: String, onlyif: nil, verify: nil, length: nil, value: nil, encoding: nil}] of Nil

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.

REMAINING = [] of Nil

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.

Constructors

Class Method Summary

Macro Summary

Instance Method Summary

Instance methods inherited from class Novika::Snapshot

to_form(assembler : BlockAssembler) to_form

Class methods inherited from class Novika::Snapshot

bit_fields bit_fields

Macros inherited from class Novika::Snapshot

novika_snapshot(name, onlyif = nil, verify = nil, value = nil) novika_snapshot

Constructor Detail

def self.new(form : QuotedWord) #

Class Method Detail

def self.bit_fields #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


Macro Detail

macro novika_block_ref_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


macro novika_boolean_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


macro novika_color_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


macro novika_large_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


macro novika_quote_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


macro novika_quoted_word_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


macro novika_small_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


macro novika_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


macro novika_word_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


Instance Method Detail

def __format__ : IO::ByteFormat #

def id : String #

Holds the 0-terminated id (name) of the quoted block.


def id=(id : String) #

Holds the 0-terminated id (name) of the quoted block.


def to_form(assembler) #