class Novika::WordSnapshot
- Novika::WordSnapshot
- Novika::Snapshot
- BinData
- Reference
- Object
Overview
Snapshot of a word form.
Its type is SnapshotType::Word
.
Defined in:
novika/image.crConstant Summary
-
ENDIAN =
["big"]
-
Snapshot of a word form.
Its type is
SnapshotType::Word
. -
KLASS_NAME =
[Novika::WordSnapshot]
-
Snapshot of a word form.
Its type is
SnapshotType::Word
. -
PARTS =
[{type: "string", name: id, cls: String, onlyif: nil, verify: nil, length: nil, value: nil, encoding: nil}] of Nil
-
Snapshot of a word form.
Its type is
SnapshotType::Word
. -
REMAINING =
[] of Nil
-
Snapshot of a word form.
Its type is
SnapshotType::Word
.
Constructors
Class Method Summary
-
.bit_fields
Snapshot of a word form.
Macro Summary
-
novika_block_ref_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a word form.
-
novika_boolean_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a word form.
-
novika_color_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a word form.
-
novika_large_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a word form.
-
novika_quote_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a word form.
-
novika_small_decimal_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a word form.
-
novika_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a word form.
-
novika_word_snapshot(name, onlyif = nil, verify = nil, value = nil)
Snapshot of a word form.
Instance Method Summary
- #__format__ : IO::ByteFormat
-
#id : String
Holds the 0-terminated id (name) of the word.
-
#id=(id : String)
Holds the 0-terminated id (name) of the word.
- #to_form(assembler)