A utility for getting information of types
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static Class | autoboxType(Class type) | 
|  | static String | getDescriptionByName(String name) | 
|  | static String | getDescriptionByType(ClassNode type) | 
|  | static int | getLoadInsnByType(Type type) | 
|  | static int | getReturnInsnByType(Type type) | 
|  | static String | getWrappedClassDescriptor(Type type) | 
|  | static boolean | isPrimitiveType(Type type) | 
|  | static boolean | isPrimitiveType(String name) | 
|  | static boolean | isPrimitiveType(ClassNode type) |