/java-cfg-analyzer

Java program that utilizes JavaParser to analyze the control flow of Java source code and generate a Control Flow Graph (CFG). The tool extracts information about conditional statements, branches, and statements within code blocks to provide insights into the program's structure.

Primary LanguageJavaMIT LicenseMIT

No issues in this repository yet.