Files
codeql/java/ql/test/library-tests/controlflow/basic/bbStmts.ql
Owen Mansel-Chan 0f3dd6d8f1 Java: IPA the CFG
2024-12-10 15:26:11 +00:00

8 lines
172 B
Plaintext

import default
from BasicBlock b, ControlFlowNode n, int i
where
b.getNode(i) = n and
b.getEnclosingCallable().getFile().(CompilationUnit).fromSource()
select b, i, n