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

Module BasicBlock

Provides utilities for working with basic blocks in tests.

Import path

import utils.test.BasicBlock

Imports

Boolean

Provides the Boolean class.

java

Provides all default Java QL imports.

Predicates

getFirstAstNode

Gets the first AST node in the basic block bb, if any.

getFirstAstNodeOrSynth

Gets the first AST node in the basic block bb, if any. Otherwise, gets the first synthetic node.