go/parser.parser.parseBlockStmt (method)
5 uses
go/parser (current package)
parser.go#L1102: func (p *parser) parseBlockStmt() *ast.BlockStmt {
parser.go#L1911: body := p.parseBlockStmt()
parser.go#L1920: else_ = p.parseBlockStmt()
parser.go#L2174: body := p.parseBlockStmt()
parser.go#L2245: s = p.parseBlockStmt()
![]() |
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. |