Class JimpleTransformer

  • All Implemented Interfaces:
    Transformer

    public class JimpleTransformer
    extends java.lang.Object
    implements Transformer
    transform IR to simple 3-addr format

    a=b+c+d; => e=b+c; a=e+d;

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void transform​(IrMethod method)  
      • Methods inherited from class java.lang.Object

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

      • JimpleTransformer

        public JimpleTransformer()