advanceSubChannelTokens();
}
int nodeStart = getSourcePosition();
ParserError error = expectedRule != null ? createErrorExpectedRule(expectedRule) : null;
return result(brokenIfMissing, conclude(error, srToPosition(nodeStart,
isScoped ? new BlockStatement() : new BlockStatementUnscoped())));
}