go/parser.parser.inRhs (field)
14 uses
go/parser (current package)
parser.go#L59: inRhs bool // if set, the parser is parsing a rhs expression
parser.go#L591: old := p.inRhs
parser.go#L592: p.inRhs = false
parser.go#L614: p.inRhs = old
parser.go#L619: old := p.inRhs
parser.go#L620: p.inRhs = true
parser.go#L622: p.inRhs = old
parser.go#L1599: if p.inRhs && tok == token.ASSIGN {
parser.go#L1640: old := p.inRhs
parser.go#L1641: p.inRhs = true
parser.go#L1643: p.inRhs = old
parser.go#L1648: old := p.inRhs
parser.go#L1649: p.inRhs = true
parser.go#L1651: p.inRhs = old
![]() |
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. |