SandMark version 2.0


sandmark.optimise
Class Optimiser

java.lang.Object
  |
  +--sandmark.optimise.Optimiser

public class Optimiser
extends java.lang.Object

The sandmark.obfuscate.Obfuscator class supervises obfuscation as parameterized by the global Properties and possibly also by a Scoreboard and other things yet to be determined.

Author:
Christian Collberg

Field Summary
(package private)  ClassFileCollection cfc
           
(package private)  java.util.Properties props
           
 
Constructor Summary
Optimiser(java.util.Properties props)
           
 
Method Summary
 void optimise()
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

java.util.Properties props

cfc

ClassFileCollection cfc
Constructor Detail

Optimiser

public Optimiser(java.util.Properties props)
          throws java.lang.Exception
Parameters:
props -
Method Detail

optimise

public void optimise()

save

public void save()
          throws java.lang.Exception
java.lang.Exception

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002