Class: RubyRTL::RIntType

Inherits:
RType show all
Defined in:
lib/ruby_rtl/ast.rb

Overview

Ruby Int !

Instance Attribute Summary

Attributes inherited from RType

#bitwidth

Attributes inherited from Ast

#comments

Instance Method Summary collapse

Methods inherited from RType

#initialize

Methods inherited from Ast

#accept

Constructor Details

This class inherits a constructor from RubyRTL::RType

Instance Method Details

#to_sObject



291
292
293
# File 'lib/ruby_rtl/ast.rb', line 291

def to_s
  "rint#{bitwidth}"
end