proguard.preverify
Class Preverifier

java.lang.Object
  extended by proguard.preverify.Preverifier

public class Preverifier
extends java.lang.Object

This class can preverify methods in program class pools, according to a given configuration.


Constructor Summary
Preverifier(Configuration configuration)
          Creates a new Preverifier.
 
Method Summary
 void execute(ClassPool programClassPool)
          Performs preverification of the given program class pool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preverifier

public Preverifier(Configuration configuration)
Creates a new Preverifier.

Method Detail

execute

public void execute(ClassPool programClassPool)
Performs preverification of the given program class pool.