CodeQL library for Java/Kotlin
codeql/java-all 2.0.1-dev (changelog, source)
Search

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 ith node in this basic block.

length

Gets the length of this basic block.

toString

Gets a textual representation of this basic block.