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(com.thoughtworks.qdox.model.Type type) |
|
static int |
getReturnInsnByType(com.thoughtworks.qdox.model.Type type) |
|
static String |
getWrappedClassDescriptor(com.thoughtworks.qdox.model.Type type) |
|
static boolean |
isPrimitiveType(com.thoughtworks.qdox.model.Type type) |
|
static boolean |
isPrimitiveType(String name) |
|
static boolean |
isPrimitiveType(ClassNode type) |