Module ControlFlowGraph
Provides classes representing the control flow graph within callables.
Import path
import semmle.code.java.ControlFlowGraphImports
Classes
| ConditionNode | A control-flow node that branches based on a boolean condition. |
Provides classes representing the control flow graph within callables.
import semmle.code.java.ControlFlowGraph| ConditionNode | A control-flow node that branches based on a boolean condition. |