type = (IJavaReferenceType) getType("java.lang.Short"); //$NON-NLS-1$
} else if ("void".equals(name)) { //$NON-NLS-1$
type = (IJavaReferenceType) getType("java.lang.Void"); //$NON-NLS-1$
}
if (type != null) {
IJavaFieldVariable field = type.getField("TYPE"); //$NON-NLS-1$
IJavaClassObject clazz = (IJavaClassObject) field.getValue();
return clazz.getInstanceType();
}
throw new CoreException(new Status(IStatus.ERROR,
JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK,
NLS.bind(