public class EclipseAstProblemView extends Object
Constructor and Description |
---|
EclipseAstProblemView() |
Modifier and Type | Method and Description |
---|---|
static void |
addProblemToCompilationResult(char[] fileNameArray,
CompilationResult result,
boolean isWarning,
String message,
int sourceStart,
int sourceEnd)
Adds a problem to the provided CompilationResult object so that it will show up
in the Problems/Warnings view.
|
public static void addProblemToCompilationResult(char[] fileNameArray, CompilationResult result, boolean isWarning, String message, int sourceStart, int sourceEnd)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.