github.com/jmespath/go-jmespath.token.tokenType (field)
16 uses
github.com/jmespath/go-jmespath (current package)
lexer.go#L13: tokenType tokType
lexer.go#L113: t.tokenType, t.value, t.position, t.length)
lexer.go#L158: tokenType: val,
lexer.go#L252: tokenType: tJSONLiteral,
lexer.go#L289: tokenType: tStringLiteral,
lexer.go#L313: tokenType: matchedType,
lexer.go#L321: tokenType: singleCharType,
lexer.go#L340: tokenType: tFilter,
lexer.go#L347: tokenType: tFlatten,
lexer.go#L354: tokenType: tLbracket,
lexer.go#L376: tokenType: tQuotedIdentifier,
lexer.go#L396: tokenType: tUnquotedIdentifier,
lexer.go#L415: tokenType: tNumber,
parser.go#L318: switch token.tokenType {
parser.go#L413: return ASTNode{}, p.syntaxErrorToken("Invalid token: "+token.tokenType.String(), token)
parser.go#L562: return p.lookaheadToken(number).tokenType
 |
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. |