class Bpl::AST::BitvectorType
Attributes
width[RW]
Public Instance Methods
show()
click to toggle source
# File lib/bpl/ast/type.rb, line 21 def show "#{yield("bv#{@width}".to_sym)}" end