Java: Accept revised CFG.

This commit is contained in:
Anders Schack-Mulligen
2026-02-13 15:27:18 +01:00
parent 106a9d479f
commit eb37c413f2
39 changed files with 525 additions and 461 deletions

View File

@@ -1,5 +1,6 @@
import default
import utils.test.AstCfg
from ControlFlowNode n
where n.getEnclosingCallable().getCompilationUnit().fromSource()
select n, n.getASuccessor()
select n, getAnAstSuccessor(n)