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 boolean
CommandLineCompiler.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 TypeMethodDescriptionboolean
GosuCompiler.compile
(CommandLineOptions options, ICompilerDriver driver) boolean
GosuCompiler.compile
(File sourceFile, ICompilerDriver driver) boolean
IGosuCompiler.compile
(CommandLineOptions options, ICompilerDriver driver) boolean
IGosuCompiler.compile
(File sourceFile, ICompilerDriver driver) private boolean
GosuCompiler.compileGosuSources
(CommandLineOptions options, ICompilerDriver driver, List<String> gosuFiles) private boolean
GosuCompiler.compileJavaSources
(CommandLineOptions options, ICompilerDriver driver, List<String> javaFiles) private void
GosuCompiler.createGosuOutputFiles
(IGosuClass gsClass, ICompilerDriver driver) private void
GosuCompiler.createJavaOutputFiles
(Collection<manifold.internal.javac.InMemoryClassJavaFileObject> compiledJavaFiles, ICompilerDriver driver) private void
GosuCompiler.maybeCopySourceFile
(File parent, IGosuClass gsClass, File sourceFile, ICompilerDriver driver) private void
GosuCompiler.populateGosuClassFile
(File outputFile, IGosuClass gosuClass, ICompilerDriver driver) private void
GosuCompiler.populateJavaClassFile
(File outputFile, byte[] bytes, ICompilerDriver driver)