I'm trying to perform program analysis on the Java source file. Is there any predefined algorithm to perform variable type analysis and rapid type analysis?
feedback
|
|
Soot is an analysis framework for java. "The Soot framework for Java program analysis: a retrospective" says that the Spark module might be relevant to what you're doing:
| |||
|
feedback
|