go/printer.printer.exprList (method)
12 uses
go/printer (current package)
nodes.go#L118: p.exprList(token.NoPos, xlist, 1, mode, token.NoPos, false)
nodes.go#L130: func (p *printer) exprList(prev0 token.Pos, list []ast.Expr, depth int, mode exprListMode, next0 token.Pos, isIncomplete bool) {
nodes.go#L893: p.exprList(x.Lparen, x.Args, depth, 0, x.Ellipsis, false)
nodes.go#L899: p.exprList(x.Lparen, x.Args, depth, commaTerm, x.Rparen, false)
nodes.go#L913: p.exprList(x.Lbrace, x.Elts, 1, commaTerm, x.Rbrace, x.Incomplete)
nodes.go#L1283: p.exprList(s.Pos(), s.Lhs, depth, 0, s.TokPos, false)
nodes.go#L1285: p.exprList(s.TokPos, s.Rhs, depth, 0, token.NoPos, false)
nodes.go#L1308: p.exprList(token.NoPos, s.Results, 1, noIndent, token.NoPos, false)
nodes.go#L1311: p.exprList(token.NoPos, s.Results, 1, 0, token.NoPos, false)
nodes.go#L1347: p.exprList(s.Pos(), s.List, 1, 0, s.Colon, false)
nodes.go#L1499: p.exprList(token.NoPos, s.Values, 1, 0, token.NoPos, false)
nodes.go#L1581: p.exprList(token.NoPos, s.Values, 1, 0, token.NoPos, false)
 |
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. |