struct Dumpster::Entry::Struct

Included Modules

Defined in:

dumpster/entry/struct.cr

Constructors

Instance Method Summary

Instance methods inherited from module Dumpster::Entry::Common

==(other : self) ==, generation generation, hash(hasher) hash

Constructor Detail

def self.new(__temp_156 : JSON::PullParser) #

Instance Method Detail

def address : UInt64 #

def file : Union(::String, Nil) #

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.


def line : Union(UInt32, Nil) #

def location #

Returns the location as "file:line" where this instance was instantiated.


[View source]
def to_json(json : JSON::Builder) #

def type #

Returns the type of this entry


[View source]