const github.com/jmespath/go-jmespath.tDot
8 uses
github.com/jmespath/go-jmespath (current package)
lexer.go#L55: tDot
lexer.go#L87: '.': tDot,
parser.go#L104: tDot: 40,
parser.go#L222: case tDot:
parser.go#L224: right, err := p.parseDotRHS(bindingPowers[tDot])
parser.go#L231: right, err := p.parseProjectionRHS(bindingPowers[tDot])
parser.go#L550: } else if current == tDot {
parser.go#L551: err := p.match(tDot)
![]() |
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. |