Class: Furnace::AVM2::ABC::NamespaceInfo

Inherits:
Record show all
Defined in:
lib/furnace-avm2/abc/metadata/namespace_info.rb

Constant Summary collapse

XlatTable =
{
  :Namespace          => 0x08,
  :PackageNamespace   => 0x16,
  :PackageInternalNs  => 0x17,
  :ProtectedNamespace => 0x18,
  :ExplicitNamespace  => 0x19,
  :StaticProtectedNs  => 0x1A,
  :PrivateNs          => 0x05,
}

Instance Attribute Summary

Attributes inherited from Binary::Record

#root

Instance Method Summary collapse

Methods inherited from Record

abc_array_of, flag, pool_array, pool_array_of, pool_ref, subset, xlat_direct, xlat_field, xlat_inverse

Methods inherited from Binary::Record

#byte_length, codegen, codegen_each, inherited, #inspect, method_missing, register, #to_hash, trace, trace_scope, trace_value

Instance Method Details

#to_sObject



18
19
20
# File 'lib/furnace-avm2/abc/metadata/namespace_info.rb', line 18

def to_s
  name.to_s
end