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 SummaryConstructors Constructor Description TypeUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ClassautoboxType(Class type)static StringgetDescriptionByName(String name)static StringgetDescriptionByType(ClassNode type)static intgetLoadInsnByType(org.objectweb.asm.Type type)static intgetReturnInsnByType(org.objectweb.asm.Type type)static StringgetWrappedClassDescriptor(org.objectweb.asm.Type type)static booleanisPrimitiveType(String name)static booleanisPrimitiveType(ClassNode type)static booleanisPrimitiveType(org.objectweb.asm.Type type)
 
- 
- 
- 
Method Detail- 
getLoadInsnByTypepublic static int getLoadInsnByType(org.objectweb.asm.Type type) 
 - 
getReturnInsnByTypepublic static int getReturnInsnByType(org.objectweb.asm.Type type) 
 - 
getWrappedClassDescriptorpublic static String getWrappedClassDescriptor(org.objectweb.asm.Type type) 
 - 
isPrimitiveTypepublic static boolean isPrimitiveType(org.objectweb.asm.Type type) 
 - 
isPrimitiveTypepublic static boolean isPrimitiveType(String name) 
 - 
isPrimitiveTypepublic static boolean isPrimitiveType(ClassNode type) 
 
- 
 
-