org.objectweb.asm.optimizer
Class Shrinker

Package class diagram package Shrinker
java.lang.Object
  extended by org.objectweb.asm.optimizer.Shrinker

public class Shrinker
extends java.lang.Object

A class file shrinker utility.

Author:
Eric Bruneton, Eugene Kuleshov

Constructor Summary
Shrinker()
           
 
Method Summary
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

Shrinker

public Shrinker()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.