Struct.new(:type, :value, :position, :binding_power)
@api private
@param [Symbol] type @param [Mixed] value @param [Integer] position
# File lib/jmespath/token.rb, line 37 def initialize(type, value, position) super(type, value, position, BINDING_POWER[type]) end