Class Dex2IRConverter


  • public class Dex2IRConverter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Dex2IRConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.googlecode.dex2jar.ir.IrMethod convert​(boolean isStatic, com.googlecode.d2j.Method method, com.googlecode.d2j.node.DexCodeNode dexCodeNode)  
      • Methods inherited from class java.lang.Object

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

      • Dex2IRConverter

        public Dex2IRConverter()
    • Method Detail

      • convert

        public com.googlecode.dex2jar.ir.IrMethod convert​(boolean isStatic,
                                                          com.googlecode.d2j.Method method,
                                                          com.googlecode.d2j.node.DexCodeNode dexCodeNode)