Documentation ¶
Index ¶
- Variables
- func ApplyFunc(l ...astutil.ApplyFunc) astutil.ApplyFunc
- func ParseElementType(s string) (pkgPath, pkgName, typName string)
- func ParseFile(baseImpl string) (*token.FileSet, *ast.File, error)
- func PrintCursorInfo(cursor *astutil.Cursor) bool
- func ReplaceExactIdentName(oldStr, newStr string) astutil.ApplyFunc
- func ReplaceIdentName(oldStr, newStr string) astutil.ApplyFunc
- func Traverse(w io.Writer, fset *token.FileSet, aFile *ast.File, importSpecs []Import, ...) error
- type Import
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Debug = false
)
View Source
var ( // for debugging UseLocal = false )
Functions ¶
func ParseElementType ¶
func PrintCursorInfo ¶
func ReplaceExactIdentName ¶
func ReplaceIdentName ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.