Versions in this module Expand all Collapse all v0 v0.0.1 Oct 1, 2021 Changes in this version + type IFQN interface + ClassName func() string + FQN func() string + Name func() string + Namespace func() string + type IFunc interface + Calls func() IFuncCalls + ClassName func() string + CountUse func() int64 + FullName func() string + Globals func() IGlobals + Name func() string + Namespace func() string + type IFuncArg interface + IsBool func() bool + IsConstant func() bool + IsExpression func() bool + IsFloat func() bool + IsInt func() bool + IsString func() bool + IsVariable func() bool + String func() string + type IFuncCall interface + Arg func(index int64) IFuncArg + Args func() int64 + File func() string + type IFuncCalls interface + Count func() int64 + type IFuncPath interface + At func(index int64) IFunc + Begin func() IFunc + Contains func(calls IFuncTable) bool + End func() IFunc + Length func() int64 + type IFuncTable interface + Iterate func(func(fun IFunc)) + Length func() int64 + type IGlobal interface + CountUse func() int64 + Id func() int64 + Name func() string + type IGlobals interface + Contains func(globals IGlobals) bool + Count func() int64 + Has func(global IGlobal) bool + Iterate func(func(global IGlobal) bool)