class JMESPath::ExprNode

@api private

Attributes

interpreter[R]
node[R]

Public Class Methods

new(interpreter, node) click to toggle source
# File lib/jmespath/expr_node.rb, line 5
def initialize(interpreter, node)
  @interpreter = interpreter
  @node = node
end