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

Module ControlFlow

Provides the definition of control flow nodes.

Import path

import java

Classes

ExitNode

A control flow node indicating the termination of a callable.

ExprNode

A control-flow node that represents the evaluation of an expression.

Node

A node in the expression-level control-flow graph.

StmtNode

A control-flow node that represents a statement.