Uses of Class
gw.lang.gosuc.cli.CommandLineOptions
Packages that use CommandLineOptions
-
Uses of CommandLineOptions in gw.lang.gosuc.cli
Methods in gw.lang.gosuc.cli with parameters of type CommandLineOptionsModifier and TypeMethodDescriptionprivate boolean
CommandLineCompiler.execute
(CommandLineOptions options, ICompilerDriver driver) static boolean
CommandLineCompiler.invoke
(CommandLineOptions options, SoutCompilerDriver driver) -
Uses of CommandLineOptions in gw.lang.gosuc.simple
Methods in gw.lang.gosuc.simple with parameters of type CommandLineOptionsModifier and TypeMethodDescriptionboolean
GosuCompiler.compile
(CommandLineOptions options, ICompilerDriver driver) boolean
IGosuCompiler.compile
(CommandLineOptions options, ICompilerDriver driver) private boolean
GosuCompiler.compileGosuSources
(CommandLineOptions options, ICompilerDriver driver, List<String> gosuFiles) private boolean
GosuCompiler.compileJavaSources
(CommandLineOptions options, ICompilerDriver driver, List<String> javaFiles) GosuCompiler.getSourceFiles
(CommandLineOptions options) GosuCompiler.makeJavacOptions
(CommandLineOptions options)