Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Class ¶ added in v1.0.1
type Class struct { Name string Type ClassType Pos meta.ElementPosition Colors *palette.ColorContainer WithExplicitConstructor bool }
Class is a structure for storing information about a class.
func (*Class) HumanReadableName ¶ added in v1.0.1
HumanReadableName returns a string with a name that is understandable.
type Classes ¶ added in v1.0.1
func NewClasses ¶ added in v1.0.1
func NewClasses() *Classes
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.