Object
@api private
# File lib/jmespath/expr_node.rb, line 5 def initialize(interpreter, node) @interpreter = interpreter @node = node end