created new directory for A3, tested Jgraph to build our CFG

This commit is contained in:
Nicolas Amaya
2025-10-26 16:33:18 -06:00
parent 87087a8937
commit 14266c95b5
10 changed files with 1046 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
public class test {
void methodOne() {
public class Helper234 {
void doStuff() {
}
}
private class Helper2 {
void doStuff() {
}
}
}
void methodTwo() {
System.out.println("Hello");
}
}