| Package | Description | 
|---|---|
| org.eclipse.golo.compiler | 
 Provides access to the Golo compiler and supporting classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<GoloCompilationException.Problem> | 
GoloCompilationException.getProblems()  | 
java.util.List<GoloCompilationException.Problem> | 
GoloCompilationException.Builder.getProblems()  | 
java.util.List<GoloCompilationException.Problem> | 
GoloCompiler.getProblems()
Returns the list of problems encountered during the last compilation 
 |