}
else {
if(_superType != null) // do we have a supertype (we don't have one, if we are not derived of XInterface)
superOffset = _superType._offset;
TypeInfo typeInfos[] = __getTypeInfos(_class);
Method methods[] = _class.getMethods();
for(int i = 0; i < methods.length; ++ i) {
Class parameters[] = methods[i].getParameterTypes();
ParameterTypeInfo parameterTypeInfos[] = new ParameterTypeInfo[parameters.length];