{
introspectConstants(_type);
introspectMethods(_moduleContext, _type);
introspectFields(_moduleContext, _type);
_marshal = new JavaMarshal(this, false);
Method consMethod = getConsMethod(_type);
if (consMethod != null) {
if (Modifier.isStatic(consMethod.getModifiers()))