Class J2IRConverter


  • public final class J2IRConverter
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  J2IRConverter.JvmValue  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.googlecode.dex2jar.ir.IrMethod convert​(java.lang.String owner, org.objectweb.asm.tree.MethodNode methodNode)  
      • Methods inherited from class java.lang.Object

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

      • convert

        public static com.googlecode.dex2jar.ir.IrMethod convert​(java.lang.String owner,
                                                                 org.objectweb.asm.tree.MethodNode methodNode)
                                                          throws org.objectweb.asm.tree.analysis.AnalyzerException
        Throws:
        org.objectweb.asm.tree.analysis.AnalyzerException