Package gw.lang.gosuc
Interface IGosuc
-
- All Known Implementing Classes:
Gosuc
public interface IGosuc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IType>
compile(IModule module, List<String> typesToCompile)
List<IType>
compile(String moduleName, List<String> typesToCompile)
void
initializeGosu()
-