Class Peephole

java.lang.Object
  |
  +--Peephole

public class Peephole
extends java.lang.Object

Remove NOPs from given class

Version:
$Id: Peephole.java,v 1.3 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm

Constructor Summary
Peephole()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Peephole

public Peephole()
Method Detail

main

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