Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FindBranches

        public FindBranches()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)