Maven module :
un.api : api-code :
Class :
un.api.code.inst.Branching
Extends/Implements :
un.api.code.inst.Instruction
Subclasses :
-
Multiple solution branch instruction.
It is often the parent of branching operation which have not been unwrapped.
like : for, while, do/while, switch
author
Johann Sorel
Variables :
-
Functions :
getNexts
List all next instructions.
return
Instruction[]
getNexts
()
It is often the parent of branching operation which have not been unwrapped.
like : for, while, do/while, switch
author Johann Sorel