Class KernelMain._IgnoreAllApplicationClasses

  • Enclosing class:
    KernelMain

    public static class KernelMain._IgnoreAllApplicationClasses
    extends soot.SceneTransformer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void internalTransform​(java.lang.String phaseName, java.util.Map options)
      Transform the Scene according to the information specified in the model for this transform.
      • Methods inherited from class soot.SceneTransformer

        transform, transform, transform
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • _IgnoreAllApplicationClasses

        public _IgnoreAllApplicationClasses()
    • Method Detail

      • internalTransform

        protected void internalTransform​(java.lang.String phaseName,
                                         java.util.Map options)
        Transform the Scene according to the information specified in the model for this transform.
        Specified by:
        internalTransform in class soot.SceneTransformer
        Parameters:
        phaseName - The phase this transform is operating under.
        options - The options to apply.