go/parser.parser.parseRhsOrType (method)
5 uses
go/parser (current package)
interface.go#L217: expr = p.parseRhsOrType()
parser.go#L1163: x := p.parseRhsOrType() // types may be parenthesized: (some type)
parser.go#L1271: list = append(list, p.parseRhsOrType()) // builtins may expect a type: make(some type, ...)
parser.go#L1647: func (p *parser) parseRhsOrType() ast.Expr {
parser.go#L1748: x := p.parseRhsOrType() // could be a conversion: (some type)(x)
![]() |
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. |