An annotated exit basic block, that is, a basic block that contains an annotated exit node.
Import path
import codeql.controlflow.Cfg
Direct supertypes
Indirect supertypes
Predicates
isNormal | Holds if this block represent a normal exit. |
Inherited predicates
dominates | Holds if this basic block dominates basic block | from BasicBlockImpl |
edgeDominates | Holds if the edge with successor type | from BasicBlockImpl |
getANode | Gets a control flow node in this basic block. | from BasicBlockImpl |
getAPredecessor | Gets an immediate predecessor of this basic block, if any. | from BasicBlockImpl |
getAPredecessor | Gets an immediate predecessor of this basic block of a given type, if any. | from BasicBlockImpl |
getASuccessor | Gets an immediate successor of this basic block, if any. | from BasicBlockImpl |
getASuccessor | Gets an immediate successor of this basic block of a given type, if any. | from BasicBlockImpl |
getFirstNode | Gets the first control flow node in this basic block. | from BasicBlockImpl |
getImmediateDominator | Gets the basic block that immediately dominates this basic block, if any. | from BasicBlockImpl |
getLastNode | Gets the last control flow node in this basic block. | from BasicBlockImpl |
getLocation | Gets the location of this basic block. | from BasicBlockImpl |
getNode | Gets the control flow node at a specific (zero-indexed) position in this basic block. | from BasicBlockImpl |
getScope | Gets the CFG scope of this basic block. | from BasicBlockImpl |
immediatelyDominates | Holds if this basic block immediately dominates basic block | from BasicBlockImpl |
inDominanceFrontier | Holds if | from BasicBlockImpl |
inLoop | Holds if this basic block is in a loop in the control flow graph. | from BasicBlockImpl |
length | Gets the length of this basic block. | from BasicBlockImpl |
postDominates | Holds if this basic block post-dominates basic block | from BasicBlockImpl |
strictlyDominates | Holds if this basic block strictly dominates basic block | from BasicBlockImpl |
strictlyPostDominates | Holds if this basic block strictly post-dominates basic block | from BasicBlockImpl |
toString | Gets a textual representation of this basic block. | from BasicBlockImpl |