parse_Subscription_State method
dynamic
parse_Subscription_State()
Implementation
dynamic parse_Subscription_State() {
var $$;
switch (_getState(_transitions13)) {
case 0:
case 2:
var ch0 = _ch, pos0 = _cursor, startPos0 = _startPos;
_startPos = _cursor;
while (true) {
$$ = _parse_substate_value();
if (!success) break;
var seq = List<dynamic>.filled(2, null, growable: false)..[0] = $$;
var testing0 = _testing;
for (var reps = [];;) {
_testing = _cursor;
switch (_ch >= 0 && _ch <= 1114111
? 0
: _ch == -1
? 2
: 1) {
case 0:
case 2:
var ch1 = _ch, pos1 = _cursor, startPos1 = _startPos;
_startPos = _cursor;
while (true) {
$$ = _parse_SEMI();
if (!success) break;
var seq = List<dynamic>.filled(2, null, growable: false)
..[0] = $$;
$$ = _parse_subexp_params();
if (!success) break;
seq[1] = $$;
$$ = seq;
break;
}
if (!success) {
_ch = ch1;
_cursor = pos1;
}
_startPos = startPos1;
break;
case 1:
$$ = null;
success = false;
break;
}
if (!success && _cursor > _testing) {
_failure(_expect30);
}
if (success) {
reps.add($$);
} else {
success = true;
_testing = testing0;
$$ = reps;
break;
}
}
if (!success) break;
seq[1] = $$;
$$ = seq;
break;
}
if (!success) {
_ch = ch0;
_cursor = pos0;
}
_startPos = startPos0;
break;
case 1:
$$ = null;
success = false;
break;
}
if (!success && _cursor > _testing) {
_failure(_expect115);
}
return $$;
}