Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitPackageClassName ¶
Types ¶
type ClassContext ¶
type ClassContext struct {
ClassName string
FunctionName string
FunctionType any
PackageName string
BuildInLibsMap map[string][]string
Arguments []string
IsStatic bool
GetTypeShortName func(rawName string) string
}
func (*ClassContext) GetAllImported ¶
func (f *ClassContext) GetAllImported() []string
func (*ClassContext) Import ¶
func (f *ClassContext) Import(name string)
func (*ClassContext) ShortTypeName ¶
func (f *ClassContext) ShortTypeName(name string) string
Click to show internal directories.
Click to hide internal directories.