Class VisualizeControlFlow


  • public class VisualizeControlFlow
    extends java.lang.Object
    This sample application illustrates how to evaluate bytecode to get information about its control flow and data flow. In this example, it visualizes the control flow between the instructions.

    The example EvaluateCode also evaluates the code, to get more detailed information about the data.

    Usage: java proguard.examples.VisualizeControlFlow input.jar

    where the input can be a jar file or a directory containing jar files.

    • 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

      • VisualizeControlFlow

        public VisualizeControlFlow()
    • Method Detail

      • main

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