Maven module :un.api : api-code :
Class : un.api.code.inst.Label
Extends/Implements : un.api.code.inst.AbstractForward
Subclasses : -

Target of a jump instruction.
labels have no effect, they as place holder is the function instruction graph
for jump instructions.
author  Johann Sorel


Variables : name
Functions : Label, Label, Label, Label, decompose



Convenient name of the label, can be null.
public Chars name


public void Label ()

public void Label (Chars name)

public void Label (Instruction next)

public void Label (Chars name, Instruction next)

public Instruction decompose ()