Class BasicBlock
A basic block, that is, a maximal straight-line sequence of control flow nodes without branches or joins.
Import path
import javaDirect supertypes
Indirect supertypes
Known direct subtypes
Predicates
| bbDominates | DEPRECATED: Use |
| bbPostDominates | DEPRECATED: Use |
| bbStrictlyDominates | DEPRECATED: Use |
| bbStrictlyPostDominates | DEPRECATED: Use |
| dominates | Holds if this basic block dominates basic block |
| getABBPredecessor | DEPRECATED: Use |
| getABBSuccessor | DEPRECATED: Use |
| getASuccessor | Gets an immediate successor of this basic block, if any. |
| getASuccessor | Gets an immediate successor of this basic block of a given type, if any. |
| getEnclosingCallable | Gets the immediately enclosing callable whose body contains this node. |
| getImmediateDominator | Gets the basic block that immediately dominates this basic block, if any. |
| inDominanceFrontier | Holds if |
| postDominates | Holds if this basic block post-dominates basic block |
| strictlyDominates | Holds if this basic block strictly dominates basic block |
| strictlyPostDominates | Holds if this basic block strictly post-dominates basic block |
Inherited predicates
| edgeDominates | Holds if the edge with successor type | from BasicBlock |
| getANode | Gets a control flow node in this basic block. | from BasicBlock |
| getAPredecessor | Gets an immediate predecessor of this basic block, if any. | from BasicBlock |
| getAPredecessor | Gets an immediate predecessor of this basic block of a given type, if any. | from BasicBlock |
| getFirstNode | Gets the first control flow node in this basic block. | from BasicBlock |
| getLastNode | Gets the last control flow node in this basic block. | from BasicBlock |
| getLocation | Gets the location of this basic block. | from BasicBlock |
| getNode | Gets the control flow node at a specific (zero-indexed) position in this basic block. | from BasicBlock |
| getScope | Gets the CFG scope of this basic block. | from BasicBlock |
| immediatelyDominates | Holds if this basic block immediately dominates basic block | from BasicBlock |
| inLoop | Holds if this basic block is in a loop in the control flow graph. | from BasicBlock |
| length | Gets the length of this basic block. | from BasicBlock |
| toString | Gets a textual representation of this basic block. | from BasicBlock |