public interface Block
| Modifier and Type | Interface and Description |
|---|---|
static class |
Block.BlockType
The types of basic blocks.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Returns the unique identifier of this block.
|
Set<Block> |
getPredecessors()
Returns the predecessors of this basic block.
|
Block.BlockType |
getType()
Returns the type of this basic block.
|
Block.BlockType getType()
long getId()