Class: Vertigo::EntityInstance
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#arch_name ⇒ Object
Returns the value of attribute arch_name.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#generic_map ⇒ Object
Returns the value of attribute generic_map.
-
#port_map ⇒ Object
Returns the value of attribute port_map.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(full_name = nil, arch_name = nil, generic_map = nil, port_map = nil) ⇒ EntityInstance
constructor
A new instance of EntityInstance.
Methods inherited from AstNode
Constructor Details
#initialize(full_name = nil, arch_name = nil, generic_map = nil, port_map = nil) ⇒ EntityInstance
Returns a new instance of EntityInstance.
148 149 150 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 148 def initialize full_name=nil,arch_name=nil,generic_map=nil,port_map=nil @full_name,@arch_name,@generic_map,@port_map=full_name,arch_name,generic_map,port_map end |
Instance Attribute Details
#arch_name ⇒ Object
Returns the value of attribute arch_name.
147 148 149 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 147 def arch_name @arch_name end |
#full_name ⇒ Object
Returns the value of attribute full_name.
147 148 149 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 147 def full_name @full_name end |
#generic_map ⇒ Object
Returns the value of attribute generic_map.
147 148 149 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 147 def generic_map @generic_map end |
#port_map ⇒ Object
Returns the value of attribute port_map.
147 148 149 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 147 def port_map @port_map end |