public class SoutCompilerDriver extends Object implements ICompilerDriver
ERROR, WARNING| Constructor and Description |
|---|
SoutCompilerDriver() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrors() |
List<String> |
getWarnings() |
boolean |
hasErrors() |
void |
registerOutput(File sourceFile,
File outputFile) |
void |
sendCompileIssue(File file,
int category,
long offset,
long line,
long column,
String message) |
public void sendCompileIssue(File file, int category, long offset, long line, long column, String message)
sendCompileIssue in interface ICompilerDriverpublic void registerOutput(File sourceFile, File outputFile)
registerOutput in interface ICompilerDriverpublic boolean hasErrors()
Copyright © 2016. All rights reserved.