public interface ICompilerDriver
| Modifier and Type | Method and Description |
|---|---|
void |
registerOutput(File sourceFile,
File outputFile) |
void |
sendCompileIssue(File file,
int category,
long offset,
long line,
long column,
String message) |
static final int ERROR
static final int WARNING
Copyright © 2015. All rights reserved.