Class TypeUtil


  • public abstract class TypeUtil
    extends Object
    A utility for getting information of types
    Since:
    2.5.0
    • Constructor Detail

      • TypeUtil

        public TypeUtil()
    • Method Detail

      • autoboxType

        public static Class autoboxType​(Class type)
      • getLoadInsnByType

        public static int getLoadInsnByType​(org.objectweb.asm.Type type)
      • getReturnInsnByType

        public static int getReturnInsnByType​(org.objectweb.asm.Type type)
      • getWrappedClassDescriptor

        public static String getWrappedClassDescriptor​(org.objectweb.asm.Type type)
      • isPrimitiveType

        public static boolean isPrimitiveType​(org.objectweb.asm.Type type)
      • isPrimitiveType

        public static boolean isPrimitiveType​(String name)
      • isPrimitiveType

        public static boolean isPrimitiveType​(ClassNode type)
      • getDescriptionByType

        public static String getDescriptionByType​(ClassNode type)
      • getDescriptionByName

        public static String getDescriptionByName​(String name)