Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function struct { Name string Type FunctionType Pos meta.ElementPosition Colors palette.ColorContainer Called *Functions CalledBy *Functions }
Function is a structure for storing information about a function.
func (*Function) HumanReadableName ¶
HumanReadableName returns a string with a name that is understandable.
type FunctionType ¶
type FunctionType int64
const ( MainFunc FunctionType = iota LocalFunc ExternFunc )
type Functions ¶
func NewFunctions ¶
func NewFunctions() *Functions
Click to show internal directories.
Click to hide internal directories.