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 SupperClassName string FunctionType any PackageName string BuildInLibsMap *omap.OrderedMap[string, []string] KeySet *utils.Set[string] Arguments []string IsStatic bool IsVarArgs bool }
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.