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

Module ControlFlow

Provides the definition of control flow nodes.

Import path

import java

Classes

AnnotatedExitNode

A control flow node indicating the normal or exceptional termination of a callable.

AssertThrowNode

A control flow node indicating a failing assertion.

ExceptionalExitNode

A control flow node indicating exceptional termination of a callable.

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.

NormalExitNode

A control flow node indicating normal termination of a callable.

StmtNode

A control-flow node that represents a statement.