class Ven::Suite::Label

Overview

An offset reference to a snippet (called target).

Note that labels are (and must be) replaced with VJumps after optimization.

Defined in:

ven/suite/label.cr

Instance Method Summary

Instance Method Detail

def target : Int32 | Nil #

[View source]
def target=(target : Int32 | Nil) #

[View source]
def to_s(io) #

[View source]