Class: RubyRTL::RUIntType
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
297 298 299 |
# File 'lib/ruby_rtl/ast.rb', line 297 def to_s "ruint#{bitwidth}" end |