2 if ~isfield(SOldTypeInfo,
'itemTypeInfo')
4 STypeInfo=SOldTypeInfo;
10 if isfield(SOldTypeInfo,
'isNested')
12 elseif isfield(SOldTypeInfo,'isCell')
16 'unknown format of STypeInfo');
19 STypeInfo=struct('type',bottomType,'depth',maxDepth);
27 bottomType=STypeInfo.type;
35 bottomType=STypeInfo.type;
function throwerror(in msgTag, in varargin)
THROWERROR works similarly to built-in ERROR function in case when there is no output arguments but s...
function updatetypeinfostruct(in SOldTypeInfo)
function getbottomtype_v1(in STypeInfo, in level)
function getbottomtype_v2(in STypeInfo, in level)