Files
codeql/java/ql/test/library-tests/controlflow/basic/bbStmts.ql
2018-08-30 10:48:05 +01:00

7 lines
147 B
Plaintext

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