class Code::Definition

Defined in:

code.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

also(& : self | Nil -> _) : self also, or_else(alternative) or_else

Constructor Detail

def self.new(name : String, operands_widths : Array(Int32)) #

[View source]

Instance Method Detail

def name : String #

[View source]
def operands_widths : Array(Int32) #

[View source]
def to_s(io) #

[View source]