Documentation
¶
Index ¶
- Variables
- func ExprName(expr ast.Expr) (string, bool)
- func FunctionName(fn *ast.FuncDecl) (string, error)
- func IsQualified(name string) bool
- func OuterDeclName(path []ast.Node) (string, error)
- func Qualify(names ...string) string
- func Unqualify(name string) []string
- func Walk(fileAst *ast.File, fn func([]ast.Node, ast.Node) error) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAmbiguousOuterDecl = errors.New("ambiguous outer declaration name")
Functions ¶
func IsQualified ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.