}
}
private void _flattenCollapsible(SendTable ancestor, List<SendProp> accumulator, Deque<String> path, String src) {
for (SendProp sp : ancestor.getAllNonExclusions()) {
boolean excluded = exclusions.contains(new SendTableExclusion(ancestor.getNetTableName(), sp.getVarName()));
boolean ineligible = (sp.isFlagSet(PropFlag.INSIDE_ARRAY));
if (excluded || ineligible) {
continue;
}
if (sp.getType() == PropType.DATATABLE) {