Documentation
¶
Index ¶
- Constants
- func CheckInclude(str string, includeFunctions, excludeFunctions []string) bool
- func HasFilters(includeFunctions, excludeFunctions []string) bool
- func HasGoBindLuaDirective(n *ast.FuncDecl, typ string) bool
- func IsGobindLuaFile(genDecl *ast.File) bool
- func LoadSourcePackage(workingDir string, dependantModules []string) (*packages.Package, []declaredinterface.DeclaredInterface, error)
- func LookupCustomName(name string) string
- func StructFieldMetadataName(name string) string
Constants ¶
View Source
const GEN_HEADER = "Code generated by gobindlua; DO NOT EDIT."
Variables ¶
This section is empty.
Functions ¶
func CheckInclude ¶ added in v0.0.4
func HasFilters ¶ added in v0.0.4
func HasGoBindLuaDirective ¶ added in v0.0.14
func IsGobindLuaFile ¶ added in v0.0.13
func LoadSourcePackage ¶ added in v0.0.4
func LoadSourcePackage(workingDir string, dependantModules []string) (*packages.Package, []declaredinterface.DeclaredInterface, error)
func LookupCustomName ¶ added in v0.0.19
TODO gobindlua should look up custom names here.
func StructFieldMetadataName ¶ added in v0.0.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.