TYPEATTR typeAttr = typeInfoUtil.getTypeAttr();
int cImplTypes = typeAttr.cImplTypes.intValue();
String interfaces = "";
for (int i = 0; i < cImplTypes; i++) {
HREFTYPE refTypeOfImplType = typeInfoUtil.getRefTypeOfImplType(i);
ITypeInfo refTypeInfo = typeInfoUtil
.getRefTypeInfo(refTypeOfImplType);
TypeInfoUtil refTypeInfoUtil = new TypeInfoUtil(refTypeInfo);
this.createFunctions(refTypeInfoUtil, bindingMode);
TypeInfoDoc documentation = refTypeInfoUtil