golang

package
v0.0.0-...-b3cfb30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Golang

type Golang struct {
	// contains filtered or unexported fields
}

func NewGolang

func NewGolang(
	pkgChan chan *internal.LibraryInfo,
	classChan chan *internal.ClassInfo,
	methodChan chan *internal.MethodInfo,
	functionChan chan *internal.FunctionInfo) *Golang

func (*Golang) Walk

func (golang *Golang) Walk(path string)

type VisitorFunc

type VisitorFunc func(node ast.Node) ast.Visitor

VisitorFunc is used to define the function used when walking through a Go source file

func (VisitorFunc) Visit

func (visitor VisitorFunc) Visit(node ast.Node) ast.Visitor

Visit is used when walking through a Go source file

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL