Class: ClassHDL::HDLAssignGenerateBlock

Inherits:
Object
  • Object
show all
Defined in:
lib/tdl/class_hdl/hdl_generate.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(belong_to_module) ⇒ HDLAssignGenerateBlock

Returns a new instance of HDLAssignGenerateBlock.



7
8
9
10
# File 'lib/tdl/class_hdl/hdl_generate.rb', line 7

def initialize(belong_to_module)
    @opertor_chains = []
    @belong_to_module = belong_to_module
end

Instance Attribute Details

#belong_to_moduleObject (readonly)

Returns the value of attribute belong_to_module.



6
7
8
# File 'lib/tdl/class_hdl/hdl_generate.rb', line 6

def belong_to_module
  @belong_to_module
end

#opertor_chainsObject

Returns the value of attribute opertor_chains.



5
6
7
# File 'lib/tdl/class_hdl/hdl_generate.rb', line 5

def opertor_chains
  @opertor_chains
end

Instance Method Details

#instanceObject



12
13
14
# File 'lib/tdl/class_hdl/hdl_generate.rb', line 12

def instance

end