504505506507508509510511512
{ return _ref.default_index(); } if (_kind.value() != TCKind._tk_union) { throw new BadKind(); } return _default; }
525526527528529530531532533
int tk = _kind.value(); if (tk != TCKind._tk_string && tk != TCKind._tk_wstring && tk != TCKind._tk_sequence && tk != TCKind._tk_array) { throw new BadKind(); } return _length; }
559560561562563564565566567
tk != TCKind._tk_array && tk != TCKind._tk_sequence && tk != TCKind._tk_value_box)) { throw new BadKind(); } return _ref; }
587588589590591592593594595
return _ref.fixed_digits(); } int tk = _kind.value(); if (tk != TCKind._tk_fixed) { throw new BadKind(); } return _digits; }
615616617618619620621622623
return _ref.fixed_scale(); } int tk = _kind.value(); if (tk != TCKind._tk_fixed) { throw new BadKind(); } return _scale; }
645646647648649650651652653654655
{ return _ref.member_visibility(index); } if (_member_type == null) { throw new BadKind(); } if (index < 0 || index >= _member_visibility.length) { throw new Bounds(); }
678679680681682683684685686
return _ref.type_modifier(); } int tk = _kind.value(); if (tk != TCKind._tk_value) { throw new BadKind(); } return _type_modifier; }
706707708709710711712713714
return _ref.concrete_base_type(); } int tk = _kind.value(); if (tk != TCKind._tk_value) { throw new BadKind(); } return _ref; }
317318319320321322323324325
_name = (String)_names.get(new Integer(_kind.value())); } */ if (_name == null) { throw new BadKind(); } return _name; }
346347348349350351352353354
{ return _ref.member_count(); } if (_member_name == null) { throw new BadKind(); } return _member_name.length; }