class JMESPath::Token
@api private
Constants
- BINDING_POWER
- NULL_TOKEN
Public Class Methods
new(type, value, position)
click to toggle source
@param [Symbol] type @param [Mixed] value @param [Integer] position
Calls superclass method
# File lib/jmespath/token.rb, line 37 def initialize(type, value, position) super(type, value, position, BINDING_POWER[type]) end