Class: RgGen::SystemVerilog::Common::Feature::EntityContext
- Inherits:
-
Struct
- Object
- Struct
- RgGen::SystemVerilog::Common::Feature::EntityContext
- Defined in:
- lib/rggen/systemverilog/common/feature.rb
Instance Attribute Summary collapse
-
#declaration_type ⇒ Object
Returns the value of attribute declaration_type.
-
#default_layer ⇒ Object
Returns the value of attribute default_layer.
-
#entity_type ⇒ Object
Returns the value of attribute entity_type.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
Instance Attribute Details
#declaration_type ⇒ Object
Returns the value of attribute declaration_type
10 11 12 |
# File 'lib/rggen/systemverilog/common/feature.rb', line 10 def declaration_type @declaration_type end |
#default_layer ⇒ Object
Returns the value of attribute default_layer
10 11 12 |
# File 'lib/rggen/systemverilog/common/feature.rb', line 10 def default_layer @default_layer end |
#entity_type ⇒ Object
Returns the value of attribute entity_type
10 11 12 |
# File 'lib/rggen/systemverilog/common/feature.rb', line 10 def entity_type @entity_type end |
#method_name ⇒ Object
Returns the value of attribute method_name
10 11 12 |
# File 'lib/rggen/systemverilog/common/feature.rb', line 10 def method_name @method_name end |