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

Module ControlFlowGraph

Provides classes representing the control flow graph within callables.

Import path

import semmle.code.java.ControlFlowGraph

Imports

Public

The public API of the control flow graph library.

java

Provides all default Java QL imports.

Classes

ConditionNode

A control-flow node that branches based on a boolean condition.