Class TypeUtil

java.lang.Object
org.codehaus.groovy.classgen.asm.util.TypeUtil

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

    • TypeUtil

      public TypeUtil()
  • Method Details

    • 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)