Uses of Interface
gw.lang.gosuc.simple.ICompilerDriver
Packages that use ICompilerDriver
-
Uses of ICompilerDriver in gw.lang.gosuc.cli
Methods in gw.lang.gosuc.cli with parameters of type ICompilerDriverModifier and TypeMethodDescriptionprivate booleanCommandLineCompiler.execute(CommandLineOptions options, ICompilerDriver driver) -
Uses of ICompilerDriver in gw.lang.gosuc.simple
Classes in gw.lang.gosuc.simple that implement ICompilerDriverMethods in gw.lang.gosuc.simple with parameters of type ICompilerDriverModifier and TypeMethodDescriptionbooleanGosuCompiler.compile(CommandLineOptions options, ICompilerDriver driver) booleanGosuCompiler.compile(File sourceFile, ICompilerDriver driver) booleanIGosuCompiler.compile(CommandLineOptions options, ICompilerDriver driver) booleanIGosuCompiler.compile(File sourceFile, ICompilerDriver driver) private booleanGosuCompiler.compileGosuSources(CommandLineOptions options, ICompilerDriver driver, List<String> gosuFiles) private booleanGosuCompiler.compileJavaSources(CommandLineOptions options, ICompilerDriver driver, List<String> javaFiles) private voidGosuCompiler.createGosuOutputFiles(IGosuClass gsClass, ICompilerDriver driver) private voidGosuCompiler.createJavaOutputFiles(Collection<manifold.internal.javac.InMemoryClassJavaFileObject> compiledJavaFiles, ICompilerDriver driver) private voidGosuCompiler.maybeCopySourceFile(File parent, IGosuClass gsClass, File sourceFile, ICompilerDriver driver) private voidGosuCompiler.populateGosuClassFile(File outputFile, IGosuClass gosuClass, ICompilerDriver driver) private voidGosuCompiler.populateJavaClassFile(File outputFile, byte[] bytes, ICompilerDriver driver)