Class: SystemRDL::Evaluator::PostPropertyAssignment
- Inherits:
-
Object
- Object
- SystemRDL::Evaluator::PostPropertyAssignment
- 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_ref, value, token_range) ⇒ PostPropertyAssignment
constructor
A new instance of PostPropertyAssignment.
Methods included from PropertyAssignmentCommon
Methods included from Common
Constructor Details
#initialize(prop_ref, value, token_range) ⇒ PostPropertyAssignment
Returns a new instance of PostPropertyAssignment.
147 148 149 150 |
# File 'lib/systemrdl/evaluator/property_assignment.rb', line 147 def initialize(prop_ref, value, token_range) super(value, token_range) @prop_ref = prop_ref end |