if (_findActualNodeFor!=null) {
_startLine=_findActualNodeFor.getStartLine();
}
final int line = _startLine;
if (((line - 1) == this.stopAtLine)) {
throw new StopLineReachedException();
}
_xblockexpression = super.internalEvaluate(expression, context, indicator);
}
return _xblockexpression;
}