const github.com/jmespath/go-jmespath.tUnquotedIdentifier
6 uses
github.com/jmespath/go-jmespath (current package)
lexer.go#L67: tUnquotedIdentifier
lexer.go#L396: tokenType: tUnquotedIdentifier,
parser.go#L82: tUnquotedIdentifier: 0,
parser.go#L328: case tUnquotedIdentifier:
parser.go#L446: if err := p.match(tUnquotedIdentifier); err != nil {
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. |