Class CaptureInput::BasicBlock
A basic block, that is, a maximal straight-line sequence of control flow nodes without branches or joins.
Import path
import semmle.code.java.dataflow.internal.DataFlowPrivate
Predicates
getEnclosingCallable | Gets the enclosing callable. |
getLocation | Gets the location of this basic block. |
getNode | Gets the |
length | Gets the length of this basic block. |
toString | Gets a textual representation of this basic block. |