449450451452453454455456457458459
_dynSequence.rewind(); do { final DynAny _currentComponent = _dynSequence.current_component(); final EvaluationResult _currentElement = EvaluationResult.fromAny(_currentComponent.to_any()); if (element.compareTo(_currentElement) == 0) {
446447448449450451452453454455456
448449450451452453454455456457458
515516517518519520521522523524525
} if (_currentName.equals(_strippedIdentifier)) { // expensive operation _cursor = _dynStruct.current_component(); break SWITCH_LABEL; } } while (_dynStruct.next()); throw new EvaluationException("struct has no member " + _strippedIdentifier);
512513514515516517518519520521522
514515516517518519520521522523524