Uses of Class
gw.lang.gosuc.GosucProject
-
Packages that use GosucProject Package Description gw.lang.gosuc -
-
Uses of GosucProject in gw.lang.gosuc
Methods in gw.lang.gosuc that return GosucProject Modifier and Type Method Description GosucProject
ICustomParser. createProject(String name, GosucSdk sdk, List<GosucModule> modules, List<String> globalLoaders)
static GosucProject
GosucProject. parse(GosucProjectParser parser, ICustomParser custParser)
static GosucProject
GosucProjectParser. parse(InputStream file, ICustomParser custParser)
static GosucProject
GosucProjectParser. parse(String strContent, ICustomParser custParser)
Methods in gw.lang.gosuc with parameters of type GosucProject Modifier and Type Method Description List<IType>
GosucCompiler. compile(GosucProject project, Collection<? extends CharSequence> typeNames)
IModule
Gosuc. defineModule(GosucProject project, GosucModule gosucModule)
protected void
Gosuc. updateJreModuleWithProjectSdk(GosucProject project, IJreModule jreModule)
-