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

Instance Method Summary

Macro 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

Constructor Detail

def self.new(form : QuotedWord) #

[View source]

Class Method Detail

def self.bit_fields #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
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) #

[View source]

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.


[View source]
macro novika_boolean_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]
macro novika_color_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]
macro novika_large_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]
macro novika_quote_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]
macro novika_quoted_word_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]
macro novika_small_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]
macro novika_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]
macro novika_word_snapshot(name, onlyif = nil, verify = nil, value = nil) #

Snapshot of a quoted word form.

Its type is SnapshotType::QuotedWord.


[View source]