public abstract class TypeUtil extends Object
| Constructor and Description | 
|---|
| TypeUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Class | autoboxType(Class type) | 
| static String | getDescriptionByName(String name) | 
| static String | getDescriptionByType(ClassNode type) | 
| static int | getLoadInsnByType(org.objectweb.asm.Type type) | 
| static int | getReturnInsnByType(org.objectweb.asm.Type type) | 
| static String | getWrappedClassDescriptor(org.objectweb.asm.Type type) | 
| static boolean | isPrimitiveType(ClassNode type) | 
| static boolean | isPrimitiveType(String name) | 
| static boolean | isPrimitiveType(org.objectweb.asm.Type type) | 
public static int getLoadInsnByType(org.objectweb.asm.Type type)
public static int getReturnInsnByType(org.objectweb.asm.Type type)
public static String getWrappedClassDescriptor(org.objectweb.asm.Type type)
public static boolean isPrimitiveType(org.objectweb.asm.Type type)
public static boolean isPrimitiveType(String name)
public static boolean isPrimitiveType(ClassNode type)