struct Ven::Suite::VJump

Overview

The jump payload vehicle.

It carries and defines the identity of a jump target.

Defined in:

ven/suite/payload.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Ven::Suite::Payload

initialize initialize

Constructor methods inherited from struct Ven::Suite::Payload

new new

Constructor Detail

def self.new(target : Int32) #

[View source]

Instance Method Detail

def ==(other : VJump) #

[View source]
def target : Int32 #

def to_s(io) #

[View source]