type go/ast.Visitor
9 uses
go/ast (current package)
walk.go#L12: type Visitor interface {
walk.go#L13: Visit(node Node) (w Visitor)
walk.go#L18: func walkIdentList(v Visitor, list []*Ident) {
walk.go#L24: func walkExprList(v Visitor, list []Expr) {
walk.go#L30: func walkStmtList(v Visitor, list []Stmt) {
walk.go#L36: func walkDeclList(v Visitor, list []Decl) {
walk.go#L51: func Walk(v Visitor, node Node) {
walk.go#L372: func (f inspector) Visit(node Node) Visitor {
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L521: func (v *rewriteVisitor) Visit(n ast.Node) ast.Visitor {
![]() |
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. |