createBasicBlock

Create a new L2BasicBlock. It's initially not connected to anything, and is ignored if it is never actually added with startBlock.

Return

The new L2BasicBlock.

Parameters

name

The descriptive name of the new basic block.


Create an L2BasicBlock, and mark it as used for reification.

Return

The new block.

Parameters

name

The name of the new block.

zone

The L2ControlFlowGraph.Zone (or null) into which to group this block in the L2ControlFlowGraphVisualizer.