getTypeCode(orb, anonSeqType.getElemtype(), typeMap, seenTypes));
} else if (obj instanceof Anonstring) {
Anonstring anonStringType = (Anonstring)obj;
tc = orb.create_string_tc((int)anonStringType.getBound());
} else if (obj instanceof Anonwstring) {
Anonwstring anonWStringType = (Anonwstring)obj;
tc = orb.create_wstring_tc((int)anonWStringType.getBound());
}
return tc;
}