198199200201202203204
return new Type(type.getName(), arguments, type.getBounds(), type.getDimensions(), type.isGeneric()); } public void beginClass(Type type) { beginType(new ClassDescriptor(type)); }
228229230231232233234