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)
![]() |
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. |