Label

A label for a jump instruction

final
class Label : VmStat {}

Constructors

this
this(UUID id)

Create a new label

Members

Variables

id
UUID id;

The id of the label

Meta