Package gw.lang.gosuc

Interface IGosuc

  • All Known Implementing Classes:
    Gosuc

    public interface IGosuc
    • Method Detail

      • initializeGosu

        void initializeGosu()
      • compile

        java.util.List<IType> compile​(java.lang.String moduleName,
                                      java.util.List<java.lang.String> typesToCompile)
      • compile

        java.util.List<IType> compile​(IModule module,
                                      java.util.List<java.lang.String> typesToCompile)