Maven module :
un.api : api-code :
Class :
un.api.code.inst.Forward
Extends/Implements :
un.api.code.inst.Instruction
Subclasses :
-
Instruction with a single next instruction.
author
Johann Sorel
Variables :
-
Functions :
getNext
,
setNext
Get next instruction.
return
next instruction.
Instruction
getNext
()
Set next instruction.
param
next instruction.
void
setNext
(Instruction next)
author Johann Sorel