Thursday, April 17, 2014

How to compare data type from paramClass.How ASM is doing it.

if (paramClass.isPrimitive()) {
if (paramClass == Integer.TYPE)
return INT_TYPE;
public static final Type INT_TYPE = new Type(5, null, 1224736769, 1);

No comments:

Post a Comment