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