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

6 lines
128 B
Plaintext

import java
from ControlFlowNode cn
where cn.getLocation().getFile().getBaseName() = "Test.java"
select cn, cn.getASuccessor()