Package gw.lang.gosuc.cli
Class CommandLineCompiler
java.lang.Object
gw.lang.gosuc.cli.CommandLineCompiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanexecute(CommandLineOptions options, ICompilerDriver driver) static booleaninvoke(CommandLineOptions options, SoutCompilerDriver driver) static voidprivate static boolean
-
Constructor Details
-
CommandLineCompiler
public CommandLineCompiler()
-
-
Method Details
-
main
-
invoke
-
execute
-
summarize
- Parameters:
warnings- List of warningserrors- List of errorsisNoWarn- true if warnings are disabled- Returns:
- true if compilation resulted in errors, false otherwise
-