Class: SystemRDL::Model::ReferenceValue

Inherits:
Value
  • Object
show all
Defined in:
lib/systemrdl/model/value.rb

Instance Attribute Summary

Attributes inherited from Value

#instance, #name, #token_range, #value

Instance Method Summary collapse

Methods inherited from Value

#full_name, #inspect, #pretty_print

Instance Method Details

#to_sObject



31
32
33
# File 'lib/systemrdl/model/value.rb', line 31

def to_s
  full_name
end