Class Asm2Dex


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

      Constructors 
      Constructor Description
      Asm2Dex()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object convertConstantValue​(java.lang.Object ele)  
      static java.lang.Object[] convertConstObjects​(java.lang.Object[] bsmArgs)  
      static java.lang.String[] toDescArray​(org.objectweb.asm.Type[] ts)  
      static com.googlecode.d2j.MethodHandle toMethodHandle​(org.objectweb.asm.Handle bsm)  
      static com.googlecode.d2j.Proto toMethodType​(java.lang.String desc)  
      • Methods inherited from class java.lang.Object

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

      • Asm2Dex

        public Asm2Dex()
    • Method Detail

      • convertConstantValue

        public static java.lang.Object convertConstantValue​(java.lang.Object ele)
      • convertConstObjects

        public static java.lang.Object[] convertConstObjects​(java.lang.Object[] bsmArgs)
      • toMethodType

        public static com.googlecode.d2j.Proto toMethodType​(java.lang.String desc)
      • toMethodHandle

        public static com.googlecode.d2j.MethodHandle toMethodHandle​(org.objectweb.asm.Handle bsm)
      • toDescArray

        public static java.lang.String[] toDescArray​(org.objectweb.asm.Type[] ts)