github.com/jmespath/go-jmespath.Parser.syntaxError (method)
8 uses
github.com/jmespath/go-jmespath (current package)
parser.go#L139: return ASTNode{}, p.syntaxError(fmt.Sprintf(
parser.go#L198: return ASTNode{}, p.syntaxError(
parser.go#L217: return p.syntaxError("Expected " + tokenType.String() + ", received: " + p.current().String())
parser.go#L314: return ASTNode{}, p.syntaxError("Unexpected token: " + tokenType.String())
parser.go#L448: return ASTNode{}, p.syntaxError("Expected tQuotedIdentifier or tUnquotedIdentifier")
parser.go#L539: return ASTNode{}, p.syntaxError("Expected identifier, lbracket, or lbrace")
parser.go#L557: return ASTNode{}, p.syntaxError("Error")
parser.go#L586: func (p *Parser) syntaxError(msg string) SyntaxError {
 |
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. |