public class EclipseAstProblemView
extends java.lang.Object
| Constructor and Description |
|---|
EclipseAstProblemView() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addProblemToCompilationResult(char[] fileNameArray,
CompilationResult result,
boolean isWarning,
java.lang.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,
java.lang.String message,
int sourceStart,
int sourceEnd)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.