Uses of Class
gw.lang.gosuc.GosucModule
Packages that use GosucModule
-
Uses of GosucModule in gw.internal.gosu.init
Methods in gw.internal.gosu.init with parameters of type GosucModuleModifier and TypeMethodDescriptionvoidInternalGosuInit.initializeCompiler(IExecutionEnvironment execEnv, GosucModule module) voidInternalGosuInit.initializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module) voidInternalGosuInit.reinitializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module) -
Uses of GosucModule in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type GosucModuleModifier and TypeMethodDescriptionvoidExecutionEnvironment.initializeCompiler(GosucModule gosucModule) voidExecutionEnvironment.initializeSimpleIde(GosucModule gosucModule) -
Uses of GosucModule in gw.lang.gosuc
Methods in gw.lang.gosuc that return GosucModuleModifier and TypeMethodDescriptionstatic GosucModuleGosucModule.parse(GosucProjectParser parser) Methods in gw.lang.gosuc that return types with arguments of type GosucModuleModifier and TypeMethodDescriptionGosuc.getAllRequiredModules(GosucModule gosucModule) GosucProject.getModules()Methods in gw.lang.gosuc with parameters of type GosucModuleModifier and TypeMethodDescriptionGosuc.defineModule(GosucProject project, GosucModule gosucModule) Gosuc.getAllRequiredModules(GosucModule gosucModule) booleanGosuc.isExported(GosucModule gosucModule, String childModuleName) Method parameters in gw.lang.gosuc with type arguments of type GosucModuleModifier and TypeMethodDescriptionICustomParser.createProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders) Constructor parameters in gw.lang.gosuc with type arguments of type GosucModuleModifierConstructorDescriptionGosucProject(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 GosucModuleModifier and TypeMethodDescriptionvoidGosuInitialization.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)