Uses of Class
gw.lang.gosuc.GosucModule
-
Packages that use GosucModule Package Description gw.internal.gosu.init gw.internal.gosu.parser gw.lang.gosuc gw.lang.init -
-
Uses of GosucModule in gw.internal.gosu.init
Methods in gw.internal.gosu.init with parameters of type GosucModule Modifier and Type Method Description void
InternalGosuInit. initializeCompiler(IExecutionEnvironment execEnv, GosucModule module)
void
InternalGosuInit. initializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)
void
InternalGosuInit. reinitializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)
-
Uses of GosucModule in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type GosucModule Modifier and Type Method Description void
ExecutionEnvironment. initializeCompiler(GosucModule gosucModule)
void
ExecutionEnvironment. initializeSimpleIde(GosucModule gosucModule)
-
Uses of GosucModule in gw.lang.gosuc
Methods in gw.lang.gosuc that return GosucModule Modifier and Type Method Description static GosucModule
GosucModule. 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 IModule
Gosuc. defineModule(GosucProject project, GosucModule gosucModule)
List<GosucModule>
Gosuc. getAllRequiredModules(GosucModule gosucModule)
boolean
Gosuc. isExported(GosucModule gosucModule, String childModuleName)
Method parameters in gw.lang.gosuc with type arguments of type GosucModule Modifier and Type Method Description GosucProject
ICustomParser. 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 void
GosuInitialization. initializeCompiler(GosucModule module)
void
IGosuInitialization. initializeCompiler(IExecutionEnvironment execEnv, GosucModule module)
void
IGosuInitialization. initializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)
void
GosuInitialization. reinitializeSimpleIde(GosucModule module)
void
IGosuInitialization. reinitializeSimpleIde(IExecutionEnvironment execEnv, GosucModule module)
-