struct Dumpster::Entry::Object
- Dumpster::Entry::Object
- Struct
- Value
- Object
Included Modules
Defined in:
dumpster/entry/object.crConstructors
Instance Method Summary
- #address : UInt64
- #class_address : UInt64
- #file : Union(::String, Nil)
-
#generation : Union(UInt32, Nil)
Default generation
- #line : Union(UInt32, Nil)
-
#location
Returns the location as "file:line" where this object was instantiated.
- #to_json(json : JSON::Builder)
-
#type
Returns the type of this entry
Instance methods inherited from module Dumpster::Entry::Common
==(other : self)
==,
generation
generation,
hash(hasher)
hash
Constructor Detail
Instance Method Detail
def generation : Union(UInt32, Nil)
#
Description copied from module Dumpster::Entry::Common
Default generation
NOTE This is overridden by entry types which support generation tracking.