// add all the parameters, wrap the primitive types in their
// object counterparts
for (int count = 0; count < parameterTypes.length; count++) {
String wrapperClass = null;
BasicType type = null;
boolean hasLongOrDouble = false;
if (parameterTypes[count] instanceof ObjectType ||
parameterTypes[count] instanceof ArrayType) {
// we have an object or an array