class JMESPath::Token
@api private
def initialize(type, value, position)
-
position(Integer) -- -
value(Mixed) -- -
type(Symbol) --
def initialize(type, value, position) super(type, value, position, BINDING_POWER[type]) end