public interface IBasicBlock
IFlowgraph.| Modifier and Type | Method and Description |
|---|---|
boolean |
canFallThrough()
Can this block's control fall through the end?
|
Instruction |
get(int idx)
Fetch the Instruction at the specified position.
|
List<Instruction> |
getInstructions()
Get the contents of the block.
|
Collection<? extends IBasicBlock> |
getSuccessors()
Get this block's successors; this defines the set of
edges in the
flowgraph. |
int |
size()
How big is this block?
|
Collection<? extends IBasicBlock> getSuccessors()
flowgraph.List<Instruction> getInstructions()
int size()
Instruction get(int idx)
idx - - the Instruction's position.boolean canFallThrough()
Copyright © 2016 The Apache Software Foundation. All rights reserved.