go/ast.TypeAssertExpr.Lparen (field)
6 uses
go/ast (current package)
ast.go#L357: Lparen token.Pos // position of "("
go/parser
parser.go#L1211: return &ast.TypeAssertExpr{X: x, Type: typ, Lparen: lparen, Rparen: rparen}
go/printer
nodes.go#L822: p.print(token.PERIOD, x.Lparen, token.LPAREN)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L3086: if x.Lparen != 0 {
encode_ast.gen.go#L3088: e.EncodeInt(int64(x.Lparen))
encode_ast.gen.go#L3121: x.Lparen = token.Pos(d.DecodeInt())
![]() |
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. |