struct Compilers::EmittedInstruction

Defined in:

compiler.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(op : Opcode = Opcode::OpConstant, position : Int32 = 0) #

[View source]

Instance Method Detail

def op : Code::Opcode #

[View source]
def op=(op : Code::Opcode) #

[View source]
def position : Int32 #

[View source]