Can Spoon be used to extract control-flow and basic data-flow graphs?
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
I am new to Spoon and this library looks great. I need to extract control-flow and basic data-flow graphs i.e. def-use for intraprocedural analysis.
My intention is to feed the enclosing function body of the java source code.
I am wondering whether Spoon is a good fit to extract control-flow and data-flow edges?
Contributor guide
Assessment
This issue has not been assessed yet.