# File lib/jmespath/token.rb, line 37
    def initialize(type, value, position)
      super(type, value, position, BINDING_POWER[type])
    end