Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageGenerator ¶
type PackageGenerator struct {
StaticFunctions []functiontype.FunctionType
// contains filtered or unexported fields
}
func NewPackageGenerator ¶
func NewPackageGenerator(packageToGenerate, wd, pathToOutput string, dependantModules []string, includeFunctions, excludeFunctions []string) *PackageGenerator
func (*PackageGenerator) GenerateSourceCode ¶
func (g *PackageGenerator) GenerateSourceCode() ([]byte, []byte, error)
func (*PackageGenerator) PackageToGenerateFunctionName ¶
func (g *PackageGenerator) PackageToGenerateFunctionName() string
func (*PackageGenerator) PackageToGenerateMetatableName ¶
func (g *PackageGenerator) PackageToGenerateMetatableName() string
Click to show internal directories.
Click to hide internal directories.