//forEach="" means to iterate a single-element array and the value
//is empty
_forEachInfo = _forEach == null ? null:
new ExValue[] {
begin != null && begin.length() > 0 ?
new ExValue(begin, Integer.class): null,
end != null && end.length() > 0 ?
new ExValue(end, Integer.class): null};
}