Uses of Class
gw.lang.gosuc.GosucModule
-
Packages that use GosucModule Package Description gw.lang.gosuc gw.lang.init -
-
Uses of GosucModule in gw.lang.gosuc
Methods in gw.lang.gosuc that return GosucModule Modifier and Type Method Description static GosucModuleGosucModule. parse(GosucProjectParser parser)Methods in gw.lang.gosuc that return types with arguments of type GosucModule Modifier and Type Method Description List<GosucModule>Gosuc. getAllRequiredModules(GosucModule gosucModule)List<GosucModule>GosucProject. getModules()Methods in gw.lang.gosuc with parameters of type GosucModule Modifier and Type Method Description IModuleGosuc. defineModule(GosucProject project, GosucModule gosucModule)List<GosucModule>Gosuc. getAllRequiredModules(GosucModule gosucModule)booleanGosuc. isExported(GosucModule gosucModule, String childModuleName)Method parameters in gw.lang.gosuc with type arguments of type GosucModule Modifier and Type Method Description GosucProjectICustomParser. createProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders)Constructor parameters in gw.lang.gosuc with type arguments of type GosucModule Constructor Description GosucProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders) -
Uses of GosucModule in gw.lang.init
Methods in gw.lang.init with parameters of type GosucModule Modifier and Type Method Description voidGosuInitialization. initializeCompiler(GosucModule module)voidIGosuInitialization. initializeCompiler(IExecutionEnvironment execEnv, GosucModule module)voidIGosuInitialization. initializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)voidGosuInitialization. reinitializeSimpleIde(GosucModule module)voidIGosuInitialization. reinitializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)
-