def Split(self, attrs):
        Type = attrs.get((None, 'Type'))
        if Type in ('AND', 'Parallel'):
            self.stack[-1].andSplit(True)