Package proguard.examples
Class FindBranches
- java.lang.Object
-
- proguard.examples.FindBranches
-
public class FindBranches extends java.lang.Object
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 Constructor Description FindBranches()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-