class JMESPath::Nodes::Node
Public Instance Methods
chains_with?(_other)
click to toggle source
# File lib/jmespath/nodes.rb, line 13 def chains_with?(_other) false end
optimize()
click to toggle source
# File lib/jmespath/nodes.rb, line 9 def optimize self end
visit(value)
click to toggle source
# File lib/jmespath/nodes.rb, line 6 def visit(value) end