Class JMESPath::TokenStream
In: lib/jmespath/token_stream.rb
Parent: Object

@api private

Methods

inspect   lookahead   new   next  

Attributes

expression  [R]  @return [String<JMESPath>]
position  [R]  @return [Integer]
token  [R]  @return [Token]

Public Class methods

@param [String<JMESPath>] expression @param [Array<Token>] tokens

Public Instance methods

@api private

@option options [Array<Symbol>] :match Requires the next token to be

  one of the given symbols or an error is raised.

[Validate]