Class CommandLineCompiler

java.lang.Object
gw.lang.gosuc.cli.CommandLineCompiler

public class CommandLineCompiler extends Object
  • Constructor Details

    • CommandLineCompiler

      public CommandLineCompiler()
  • Method Details

    • main

      public static void main(String[] args)
    • invoke

      public static boolean invoke(CommandLineOptions options, SoutCompilerDriver driver)
    • execute

      private boolean execute(CommandLineOptions options, ICompilerDriver driver)
    • summarize

      private static boolean summarize(List<String> warnings, List<String> errors, boolean isNoWarn)
      Parameters:
      warnings - List of warnings
      errors - List of errors
      isNoWarn - true if warnings are disabled
      Returns:
      true if compilation resulted in errors, false otherwise