Package soot

Class SceneTransformer

    • Constructor Detail

      • SceneTransformer

        public SceneTransformer()
    • Method Detail

      • transform

        public final void transform​(String phaseName,
                                    Map<String,​String> options)
        Performs the transformation on the Scene, under the given phaseName.
      • transform

        public final void transform​(String phaseName)
      • transform

        public final void transform()
      • internalTransform

        protected abstract void internalTransform​(String phaseName,
                                                  Map<String,​String> options)
        Performs the transformation on the Scene, under the given phaseName and with the given Options.