class _LiteralNode(object):
    def __init__(self, key):
        self.key = key

    def __repr__(self):