Class FindBranches

java.lang.Object
proguard.examples.FindBranches

public class FindBranches extends 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 Details

    • FindBranches

      public FindBranches()
  • Method Details

    • main

      public static void main(String[] args)