const github.com/jmespath/go-jmespath.tStar
12 uses
github.com/jmespath/go-jmespath (current package)
lexer.go#L54: tStar
lexer.go#L88: '*': tStar,
parser.go#L102: tStar: 20,
parser.go#L223: if p.current() != tStar {
parser.go#L299: if err := p.match(tStar); err != nil {
parser.go#L305: right, err = p.parseProjectionRHS(bindingPowers[tStar])
parser.go#L339: case tStar:
parser.go#L346: right, err = p.parseProjectionRHS(bindingPowers[tStar])
parser.go#L372: } else if tokenType == tStar && p.lookahead(1) == tRbracket {
parser.go#L375: right, err := p.parseProjectionRHS(bindingPowers[tStar])
parser.go#L491: right, err := p.parseProjectionRHS(bindingPowers[tStar])
parser.go#L526: if tokensOneOf([]tokType{tQuotedIdentifier, tUnquotedIdentifier, tStar}, lookahead) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |