37 auto const* replInfo =
this;
38 for (
auto const& i : arrayIndexVector) {
39 STORM_LOG_ASSERT(!replInfo->isInformationIndex(),
"Unexpected array replacement information.");
42 "Array access evaluates to array index " << i <<
" which is out of bounds as the array size is " << replInfo->getNumberOfChildren() <<
".");
43 replInfo = &replInfo->getChild(i);
45 STORM_LOG_ASSERT(replInfo->isInformationIndex(),
"Unexpected array replacement information.");
46 return replInfo->getInformationIndex();