go/parser.parser.parseRhs (method)
9 uses
go/parser (current package)
parser.go#L679: len = p.parseRhs()
parser.go#L1225: index[0] = p.parseRhs()
parser.go#L1233: index[ncolons] = p.parseRhs()
parser.go#L1639: func (p *parser) parseRhs() ast.Expr {
parser.go#L1690: y = []ast.Expr{&ast.UnaryExpr{OpPos: pos, Op: token.RANGE, X: p.parseRhs()}}
parser.go#L1733: y := p.parseRhs()
parser.go#L2076: rhs := p.parseRhs()
parser.go#L2089: rhs := p.parseRhs()
parser.go#L2152: y := []ast.Expr{&ast.UnaryExpr{OpPos: pos, Op: token.RANGE, X: p.parseRhs()}}
![]() |
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. |