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
}
func (*Function) HumanReadableName ¶
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.