Uses of Class
gw.lang.gosuc.GosucProject
Packages that use GosucProject
-
Uses of GosucProject in gw.lang.gosuc
Fields in gw.lang.gosuc declared as GosucProjectMethods in gw.lang.gosuc that return GosucProjectModifier and TypeMethodDescriptionICustomParser.createProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders) static GosucProjectGosucProject.parse(GosucProjectParser parser, ICustomParser custParser) static GosucProjectGosucProjectParser.parse(InputStream file, ICustomParser custParser) static GosucProjectGosucProjectParser.parse(String strContent, ICustomParser custParser) Methods in gw.lang.gosuc with parameters of type GosucProjectModifier and TypeMethodDescriptionprivate voidGosuc.addImplicitJreModuleDependency(GosucProject project, List<IModule> modules) GosucCompiler.compile(GosucProject project, Collection<? extends CharSequence> typeNames) Gosuc.defineModule(GosucProject project, GosucModule gosucModule) Gosuc.defineModules(GosucProject project) (package private) voidGosuc.updateAllModuleClasspaths(GosucProject project) protected voidGosuc.updateJreModuleWithProjectSdk(GosucProject project, IJreModule jreModule)