Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:33 +05 2020. DO NOT EDIT.
Index ¶
- func ArrayTypeEnd(x *ast.ArrayType) token.Pos
- func ArrayTypePos(x *ast.ArrayType) token.Pos
- func AssignStmtEnd(s *ast.AssignStmt) token.Pos
- func AssignStmtPos(s *ast.AssignStmt) token.Pos
- func BadDeclEnd(d *ast.BadDecl) token.Pos
- func BadDeclPos(d *ast.BadDecl) token.Pos
- func BadExprEnd(x *ast.BadExpr) token.Pos
- func BadExprPos(x *ast.BadExpr) token.Pos
- func BadStmtEnd(s *ast.BadStmt) token.Pos
- func BadStmtPos(s *ast.BadStmt) token.Pos
- func BasicLitEnd(x *ast.BasicLit) token.Pos
- func BasicLitPos(x *ast.BasicLit) token.Pos
- func BinaryExprEnd(x *ast.BinaryExpr) token.Pos
- func BinaryExprPos(x *ast.BinaryExpr) token.Pos
- func BlockStmtEnd(s *ast.BlockStmt) token.Pos
- func BlockStmtPos(s *ast.BlockStmt) token.Pos
- func BranchStmtEnd(s *ast.BranchStmt) token.Pos
- func BranchStmtPos(s *ast.BranchStmt) token.Pos
- func CallExprEnd(x *ast.CallExpr) token.Pos
- func CallExprPos(x *ast.CallExpr) token.Pos
- func CaseClauseEnd(s *ast.CaseClause) token.Pos
- func CaseClausePos(s *ast.CaseClause) token.Pos
- func ChanTypeEnd(x *ast.ChanType) token.Pos
- func ChanTypePos(x *ast.ChanType) token.Pos
- func CommClauseEnd(s *ast.CommClause) token.Pos
- func CommClausePos(s *ast.CommClause) token.Pos
- func CommentEnd(c *ast.Comment) token.Pos
- func CommentGroupEnd(g *ast.CommentGroup) token.Pos
- func CommentGroupPos(g *ast.CommentGroup) token.Pos
- func CommentGroupText(g *ast.CommentGroup) string
- func CommentMapComments(cmap ast.CommentMap) []*ast.CommentGroup
- func CommentMapFilter(cmap ast.CommentMap, node ast.Node) ast.CommentMap
- func CommentMapString(cmap ast.CommentMap) string
- func CommentMapUpdate(cmap ast.CommentMap, old, new ast.Node) ast.Node
- func CommentPos(c *ast.Comment) token.Pos
- func CompositeLitEnd(x *ast.CompositeLit) token.Pos
- func CompositeLitPos(x *ast.CompositeLit) token.Pos
- func DeclStmtEnd(s *ast.DeclStmt) token.Pos
- func DeclStmtPos(s *ast.DeclStmt) token.Pos
- func DeferStmtEnd(s *ast.DeferStmt) token.Pos
- func DeferStmtPos(s *ast.DeferStmt) token.Pos
- func EllipsisEnd(x *ast.Ellipsis) token.Pos
- func EllipsisPos(x *ast.Ellipsis) token.Pos
- func EmptyStmtEnd(s *ast.EmptyStmt) token.Pos
- func EmptyStmtPos(s *ast.EmptyStmt) token.Pos
- func ExprStmtEnd(s *ast.ExprStmt) token.Pos
- func ExprStmtPos(s *ast.ExprStmt) token.Pos
- func FieldEnd(f *ast.Field) token.Pos
- func FieldListEnd(f *ast.FieldList) token.Pos
- func FieldListNumFields(f *ast.FieldList) int
- func FieldListPos(f *ast.FieldList) token.Pos
- func FieldPos(f *ast.Field) token.Pos
- func FileEnd(f *ast.File) token.Pos
- func FileExports(src *ast.File) bool
- func FilePos(f *ast.File) token.Pos
- func FilterDecl(decl ast.Decl, f ast.Filter) bool
- func FilterFile(src *ast.File, f ast.Filter) bool
- func FilterPackage(pkg *ast.Package, f ast.Filter) bool
- func ForStmtEnd(s *ast.ForStmt) token.Pos
- func ForStmtPos(s *ast.ForStmt) token.Pos
- func Fprint(w io.Writer, fset *token.FileSet, x interface{}, f ast.FieldFilter) error
- func FuncDeclEnd(d *ast.FuncDecl) token.Pos
- func FuncDeclPos(d *ast.FuncDecl) token.Pos
- func FuncLitEnd(x *ast.FuncLit) token.Pos
- func FuncLitPos(x *ast.FuncLit) token.Pos
- func FuncTypeEnd(x *ast.FuncType) token.Pos
- func FuncTypePos(x *ast.FuncType) token.Pos
- func GenDeclEnd(d *ast.GenDecl) token.Pos
- func GenDeclPos(d *ast.GenDecl) token.Pos
- func GoStmtEnd(s *ast.GoStmt) token.Pos
- func GoStmtPos(s *ast.GoStmt) token.Pos
- func IdentEnd(x *ast.Ident) token.Pos
- func IdentIsExported(id *ast.Ident) bool
- func IdentPos(x *ast.Ident) token.Pos
- func IdentString(id *ast.Ident) string
- func IfStmtEnd(s *ast.IfStmt) token.Pos
- func IfStmtPos(s *ast.IfStmt) token.Pos
- func ImportSpecEnd(s *ast.ImportSpec) token.Pos
- func ImportSpecPos(s *ast.ImportSpec) token.Pos
- func IncDecStmtEnd(s *ast.IncDecStmt) token.Pos
- func IncDecStmtPos(s *ast.IncDecStmt) token.Pos
- func IndexExprEnd(x *ast.IndexExpr) token.Pos
- func IndexExprPos(x *ast.IndexExpr) token.Pos
- func Inspect(node ast.Node, f func(ast.Node) bool)
- func InterfaceTypeEnd(x *ast.InterfaceType) token.Pos
- func InterfaceTypePos(x *ast.InterfaceType) token.Pos
- func IsExported(name string) bool
- func KeyValueExprEnd(x *ast.KeyValueExpr) token.Pos
- func KeyValueExprPos(x *ast.KeyValueExpr) token.Pos
- func LabeledStmtEnd(s *ast.LabeledStmt) token.Pos
- func LabeledStmtPos(s *ast.LabeledStmt) token.Pos
- func MapTypeEnd(x *ast.MapType) token.Pos
- func MapTypePos(x *ast.MapType) token.Pos
- func MergePackageFiles(pkg *ast.Package, mode ast.MergeMode) *ast.File
- func NewCommentMap(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap
- func NewIdent(name string) *ast.Ident
- func NewObj(kind ast.ObjKind, name string) *ast.Object
- func NewPackage(fset *token.FileSet, files map[string]*ast.File, importer ast.Importer, ...) (*ast.Package, error)
- func NewScope(outer *ast.Scope) *ast.Scope
- func NotNilFilter(_ string, v reflect.Value) bool
- func ObjKindString(kind ast.ObjKind) string
- func ObjectPos(obj *ast.Object) token.Pos
- func PackageEnd(p *ast.Package) token.Pos
- func PackageExports(pkg *ast.Package) bool
- func PackagePos(p *ast.Package) token.Pos
- func ParenExprEnd(x *ast.ParenExpr) token.Pos
- func ParenExprPos(x *ast.ParenExpr) token.Pos
- func Print(fset *token.FileSet, x interface{}) error
- func RangeStmtEnd(s *ast.RangeStmt) token.Pos
- func RangeStmtPos(s *ast.RangeStmt) token.Pos
- func ReturnStmtEnd(s *ast.ReturnStmt) token.Pos
- func ReturnStmtPos(s *ast.ReturnStmt) token.Pos
- func ScopeInsert(s *ast.Scope, obj *ast.Object) *ast.Object
- func ScopeLookup(s *ast.Scope, name string) *ast.Object
- func ScopeString(s *ast.Scope) string
- func SelectStmtEnd(s *ast.SelectStmt) token.Pos
- func SelectStmtPos(s *ast.SelectStmt) token.Pos
- func SelectorExprEnd(x *ast.SelectorExpr) token.Pos
- func SelectorExprPos(x *ast.SelectorExpr) token.Pos
- func SendStmtEnd(s *ast.SendStmt) token.Pos
- func SendStmtPos(s *ast.SendStmt) token.Pos
- func SliceExprEnd(x *ast.SliceExpr) token.Pos
- func SliceExprPos(x *ast.SliceExpr) token.Pos
- func StarExprEnd(x *ast.StarExpr) token.Pos
- func StarExprPos(x *ast.StarExpr) token.Pos
- func StructTypeEnd(x *ast.StructType) token.Pos
- func StructTypePos(x *ast.StructType) token.Pos
- func SwitchStmtEnd(s *ast.SwitchStmt) token.Pos
- func SwitchStmtPos(s *ast.SwitchStmt) token.Pos
- func TypeAssertExprEnd(x *ast.TypeAssertExpr) token.Pos
- func TypeAssertExprPos(x *ast.TypeAssertExpr) token.Pos
- func TypeSpecEnd(s *ast.TypeSpec) token.Pos
- func TypeSpecPos(s *ast.TypeSpec) token.Pos
- func TypeSwitchStmtEnd(s *ast.TypeSwitchStmt) token.Pos
- func TypeSwitchStmtPos(s *ast.TypeSwitchStmt) token.Pos
- func UnaryExprEnd(x *ast.UnaryExpr) token.Pos
- func UnaryExprPos(x *ast.UnaryExpr) token.Pos
- func ValueSpecEnd(s *ast.ValueSpec) token.Pos
- func ValueSpecPos(s *ast.ValueSpec) token.Pos
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssignStmtEnd ¶
func AssignStmtEnd(s *ast.AssignStmt) token.Pos
func AssignStmtPos ¶
func AssignStmtPos(s *ast.AssignStmt) token.Pos
func BinaryExprEnd ¶
func BinaryExprEnd(x *ast.BinaryExpr) token.Pos
func BinaryExprPos ¶
func BinaryExprPos(x *ast.BinaryExpr) token.Pos
func BranchStmtEnd ¶
func BranchStmtEnd(s *ast.BranchStmt) token.Pos
func BranchStmtPos ¶
func BranchStmtPos(s *ast.BranchStmt) token.Pos
func CaseClauseEnd ¶
func CaseClauseEnd(s *ast.CaseClause) token.Pos
func CaseClausePos ¶
func CaseClausePos(s *ast.CaseClause) token.Pos
func CommClauseEnd ¶
func CommClauseEnd(s *ast.CommClause) token.Pos
func CommClausePos ¶
func CommClausePos(s *ast.CommClause) token.Pos
func CommentGroupEnd ¶
func CommentGroupEnd(g *ast.CommentGroup) token.Pos
func CommentGroupPos ¶
func CommentGroupPos(g *ast.CommentGroup) token.Pos
func CommentGroupText ¶
func CommentGroupText(g *ast.CommentGroup) string
func CommentMapComments ¶
func CommentMapComments(cmap ast.CommentMap) []*ast.CommentGroup
func CommentMapFilter ¶
func CommentMapFilter(cmap ast.CommentMap, node ast.Node) ast.CommentMap
func CommentMapString ¶
func CommentMapString(cmap ast.CommentMap) string
func CommentMapUpdate ¶
func CompositeLitEnd ¶
func CompositeLitEnd(x *ast.CompositeLit) token.Pos
func CompositeLitPos ¶
func CompositeLitPos(x *ast.CompositeLit) token.Pos
func FieldListNumFields ¶
func FileExports ¶
func IdentIsExported ¶
func IdentString ¶
func ImportSpecEnd ¶
func ImportSpecEnd(s *ast.ImportSpec) token.Pos
func ImportSpecPos ¶
func ImportSpecPos(s *ast.ImportSpec) token.Pos
func IncDecStmtEnd ¶
func IncDecStmtEnd(s *ast.IncDecStmt) token.Pos
func IncDecStmtPos ¶
func IncDecStmtPos(s *ast.IncDecStmt) token.Pos
func InterfaceTypeEnd ¶
func InterfaceTypeEnd(x *ast.InterfaceType) token.Pos
func InterfaceTypePos ¶
func InterfaceTypePos(x *ast.InterfaceType) token.Pos
func IsExported ¶
func KeyValueExprEnd ¶
func KeyValueExprEnd(x *ast.KeyValueExpr) token.Pos
func KeyValueExprPos ¶
func KeyValueExprPos(x *ast.KeyValueExpr) token.Pos
func LabeledStmtEnd ¶
func LabeledStmtEnd(s *ast.LabeledStmt) token.Pos
func LabeledStmtPos ¶
func LabeledStmtPos(s *ast.LabeledStmt) token.Pos
func NewCommentMap ¶
func NewCommentMap(fset *token.FileSet, node ast.Node, comments []*ast.CommentGroup) ast.CommentMap
func NewPackage ¶
func ObjKindString ¶
func PackageExports ¶
func ReturnStmtEnd ¶
func ReturnStmtEnd(s *ast.ReturnStmt) token.Pos
func ReturnStmtPos ¶
func ReturnStmtPos(s *ast.ReturnStmt) token.Pos
func ScopeString ¶
func SelectStmtEnd ¶
func SelectStmtEnd(s *ast.SelectStmt) token.Pos
func SelectStmtPos ¶
func SelectStmtPos(s *ast.SelectStmt) token.Pos
func SelectorExprEnd ¶
func SelectorExprEnd(x *ast.SelectorExpr) token.Pos
func SelectorExprPos ¶
func SelectorExprPos(x *ast.SelectorExpr) token.Pos
func StructTypeEnd ¶
func StructTypeEnd(x *ast.StructType) token.Pos
func StructTypePos ¶
func StructTypePos(x *ast.StructType) token.Pos
func SwitchStmtEnd ¶
func SwitchStmtEnd(s *ast.SwitchStmt) token.Pos
func SwitchStmtPos ¶
func SwitchStmtPos(s *ast.SwitchStmt) token.Pos
func TypeAssertExprEnd ¶
func TypeAssertExprEnd(x *ast.TypeAssertExpr) token.Pos
func TypeAssertExprPos ¶
func TypeAssertExprPos(x *ast.TypeAssertExpr) token.Pos
func TypeSwitchStmtEnd ¶
func TypeSwitchStmtEnd(s *ast.TypeSwitchStmt) token.Pos
func TypeSwitchStmtPos ¶
func TypeSwitchStmtPos(s *ast.TypeSwitchStmt) token.Pos
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.