Class: SystemRDL::Evaluator::DefaultPropertyAssignment
- Inherits:
-
Object
- Object
- SystemRDL::Evaluator::DefaultPropertyAssignment
- 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
-
#initialize(prop_name, value, token_range) ⇒ DefaultPropertyAssignment
constructor
A new instance of DefaultPropertyAssignment.
Methods included from PropertyAssignmentCommon
Methods included from Common
Constructor Details
#initialize(prop_name, value, token_range) ⇒ DefaultPropertyAssignment
Returns a new instance of DefaultPropertyAssignment.
199 200 201 202 |
# File 'lib/systemrdl/evaluator/property_assignment.rb', line 199 def initialize(prop_name, value, token_range) super(value, token_range) @prop_name = prop_name end |