go/parser.parser.makeExpr (method)
4 uses
go/parser (current package)
parser.go#L1823: func (p *parser) makeExpr(s ast.Stmt, want string) ast.Expr {
parser.go#L1883: cond = p.makeExpr(condStmt, "boolean expression")
parser.go#L2054: return &ast.SwitchStmt{Switch: pos, Init: s1, Tag: p.makeExpr(s2, "switch expression"), Body: body}
parser.go#L2210: Cond: p.makeExpr(s2, "boolean or range expression"),
 |
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. |