Method: ClassHDL::HDLFunctionIvoke#to_s

Defined in:
lib/tdl/class_hdl/hdl_function.rb

#to_sObject

end



42
43
44
45
46
47
48
# File 'lib/tdl/class_hdl/hdl_function.rb', line 42

def to_s 
    if @func_inst.open_ivoke
        ivoked
    else 
        @func_inst.name.to_s.to_nq
    end
end