Package gw.lang.gosuc
Class GosucCompiler
- java.lang.Object
-
- gw.lang.gosuc.GosucCompiler
-
public class GosucCompiler extends Object
-
-
Constructor Summary
Constructors Constructor Description GosucCompiler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IType>
compile(GosucProject project, Collection<? extends CharSequence> typeNames)
static void
copyFile(File sourceFile, File destFile)
-
-
-
Method Detail
-
compile
public List<IType> compile(GosucProject project, Collection<? extends CharSequence> typeNames)
-
copyFile
public static void copyFile(File sourceFile, File destFile) throws IOException
- Throws:
IOException
-
-