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 booleanCommandLineCompiler.execute(CommandLineOptions options, ICompilerDriver driver) static booleanCommandLineCompiler.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 TypeMethodDescriptionbooleanGosuCompiler.compile(CommandLineOptions options, ICompilerDriver driver) booleanIGosuCompiler.compile(CommandLineOptions options, ICompilerDriver driver) private booleanGosuCompiler.compileGosuSources(CommandLineOptions options, ICompilerDriver driver, List<String> gosuFiles) private booleanGosuCompiler.compileJavaSources(CommandLineOptions options, ICompilerDriver driver, List<String> javaFiles) GosuCompiler.getSourceFiles(CommandLineOptions options) GosuCompiler.makeJavacOptions(CommandLineOptions options)