Class Preverifier


  • public class Preverifier
    extends java.lang.Object
    This class can preverify methods in program class pools, according to a given configuration.
    • Constructor Summary

      Constructors 
      Constructor Description
      Preverifier​(Configuration configuration)
      Creates a new Preverifier.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(proguard.classfile.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​(proguard.classfile.ClassPool programClassPool)
        Performs preverification of the given program class pool.