Class: RDwarf::Attribute::DataMemberLocation
Instance Method Summary collapse
Methods inherited from Base
#dump, #form, #inspect, #to_s, #type
Instance Method Details
#raw_value ⇒ Object
98 99 100 |
# File 'lib/rdwarf.rb', line 98 def raw_value loc_list end |
#value ⇒ Object
102 103 104 |
# File 'lib/rdwarf.rb', line 102 def value loc = raw_value[0][0].operand1 end |