Class: RubyRTL::RIntType
Overview
Ruby Int !
Instance Attribute Summary
Attributes inherited from RType
Attributes inherited from Ast
Instance Method Summary collapse
Methods inherited from RType
Methods inherited from Ast
Constructor Details
This class inherits a constructor from RubyRTL::RType
Instance Method Details
#to_s ⇒ Object
291 292 293 |
# File 'lib/ruby_rtl/ast.rb', line 291 def to_s "rint#{bitwidth}" end |