github.com/jmespath/go-jmespath.token.tokenType (field)

16 uses

	github.com/jmespath/go-jmespath (current package)
		lexer.go#L13: 	tokenType tokType
		lexer.go#L113: 		t.tokenType, t.value, t.position, t.length)
		lexer.go#L158: 				tokenType: val,
		lexer.go#L252: 		tokenType: tJSONLiteral,
		lexer.go#L289: 		tokenType: tStringLiteral,
		lexer.go#L313: 			tokenType: matchedType,
		lexer.go#L321: 			tokenType: singleCharType,
		lexer.go#L340: 			tokenType: tFilter,
		lexer.go#L347: 			tokenType: tFlatten,
		lexer.go#L354: 			tokenType: tLbracket,
		lexer.go#L376: 		tokenType: tQuotedIdentifier,
		lexer.go#L396: 		tokenType: tUnquotedIdentifier,
		lexer.go#L415: 		tokenType: tNumber,
		parser.go#L318: 	switch token.tokenType {
		parser.go#L413: 	return ASTNode{}, p.syntaxErrorToken("Invalid token: "+token.tokenType.String(), token)
		parser.go#L562: 	return p.lookaheadToken(number).tokenType