261262263264265266267268269270271
case TCKind._tk_null: // Any is already initialized to null break; case TCKind._tk_longdouble: // Unspecified for Java throw wrapper.tkLongDoubleNotSupported() ; default: throw wrapper.typecodeNotSupported() ; } return returnValue; }