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