Class: RDwarf::Attribute::DataMemberLocation

Inherits:
Base
  • Object
show all
Defined in:
lib/rdwarf.rb

Instance Method Summary collapse

Methods inherited from Base

#dump, #form, #inspect, #to_s, #type

Instance Method Details

#raw_valueObject



98
99
100
# File 'lib/rdwarf.rb', line 98

def raw_value
  loc_list
end

#valueObject



102
103
104
# File 'lib/rdwarf.rb', line 102

def value
  loc = raw_value[0][0].operand1
end