ttn.setTable(tt);
processNode = ttn;
break;
}
if (source instanceof ArrayTable) {
ArrayTableNode atn = new ArrayTableNode(getID());
ArrayTable at = (ArrayTable)source;
updateGroupName(node, at);
atn.setTable(at);
processNode = atn;
break;
}
return null;
case NodeConstants.Types.SET_OP: