Class: SystemRDL::Evaluator::PropertyAssignment

Inherits:
Object
  • Object
show all
Includes:
Common, PropertyAssignmentCommon
Defined in:
lib/systemrdl/evaluator/property_assignment.rb

Instance Attribute Summary

Attributes included from Common

#component, #parent, #token_range

Instance Method Summary collapse

Methods included from PropertyAssignmentCommon

#evaluate

Methods included from Common

#connect

Constructor Details

#initialize(prop_ref, value, token_range) ⇒ PropertyAssignment

Returns a new instance of PropertyAssignment.



119
120
121
122
# File 'lib/systemrdl/evaluator/property_assignment.rb', line 119

def initialize(prop_ref, value, token_range)
  super(value, token_range)
  @prop_ref = prop_ref
end