Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeclInfo ¶
type DeclInfo struct { FuncDecl *syntax.FuncDecl Kind DeclKind Name string RecvTypeName string RecvGeneric bool RecvPtr bool Generic bool Closure bool Stdlib bool // this is an interface type declare // only the Name is valid Interface bool // arg names RecvName string ArgNames []string ResNames []string FileSyntax *syntax.File FileIndex int DeclIndex int // this is file name after applied -trimpath File string Line int // has func trap HasFuncTrap bool }
func (*DeclInfo) FuncInfoVarName ¶
func (*DeclInfo) GenericName ¶
func (*DeclInfo) IdentityName ¶
Click to show internal directories.
Click to hide internal directories.