Package proguard.examples
Class FindBranches
java.lang.Object
proguard.examples.FindBranches
This sample application illustrates how to find branches in the code and print out some results.
This is a very basic analysis. The sample EvaluateCode performs more advanced analysis of the
control flow and data flow.
Usage: java proguard.examples.FindBranches input
where the input can be a jar file or a directory containing jar files.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FindBranches
public FindBranches()
-
-
Method Details
-
main
-