if (!sTypeName.isEmpty()) { if (location == Descriptor.getLength()) { Descriptor.realloc(nLength+1); Descriptor[location].Name = "TypeName"; } Descriptor[location].Value <<=sTypeName; } return sTypeName; }