Class ApplyPeepholeOptimizations


  • public class ApplyPeepholeOptimizations
    extends java.lang.Object
    This sample application illustrates how to modify bytecode with the ProGuardCORE API. It applies peephole optimizations to all code that it processes.

    Usage: java proguard.examples.ApplyPeepholeOptimizations input.jar output.jar

    • 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

      • ApplyPeepholeOptimizations

        public ApplyPeepholeOptimizations()
    • Method Detail

      • main

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