const github.com/jmespath/go-jmespath.tColon

9 uses

	github.com/jmespath/go-jmespath (current package)
		lexer.go#L70: 	tColon
		lexer.go#L90: 	':': tColon,
		parser.go#L91: 	tColon:              0,
		parser.go#L166: 	if p.lookahead(0) == tColon || p.lookahead(1) == tColon {
		parser.go#L187: 		if current == tColon {
		parser.go#L291: 		if tokenType == tNumber || tokenType == tColon {
		parser.go#L366: 		if tokenType == tNumber || tokenType == tColon {
		parser.go#L452: 		err := p.match(tColon)