github.com/jmespath/go-jmespath.Lexer.matchOrElse (method)
7 uses
github.com/jmespath/go-jmespath (current package)
lexer.go#L189: t := lexer.matchOrElse(r, '|', tOr, tPipe)
lexer.go#L192: t := lexer.matchOrElse(r, '=', tLTE, tLT)
lexer.go#L195: t := lexer.matchOrElse(r, '=', tGTE, tGT)
lexer.go#L198: t := lexer.matchOrElse(r, '=', tNE, tNot)
lexer.go#L201: t := lexer.matchOrElse(r, '=', tEQ, tUnknown)
lexer.go#L204: t := lexer.matchOrElse(r, '&', tAnd, tExpref)
lexer.go#L307: func (lexer *Lexer) matchOrElse(first rune, second rune, matchedType tokType, singleCharType tokType) token {
 |
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. |