public final class CompilerMessageSuppressor extends Object
| Constructor and Description |
|---|
CompilerMessageSuppressor(com.sun.tools.javac.util.Context context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
disableLoggers() |
void |
enableLoggers() |
void |
removeAllBetween(JavaFileObject sourcefile,
int startPos,
int endPos) |
public CompilerMessageSuppressor(com.sun.tools.javac.util.Context context)
public boolean disableLoggers()
public void enableLoggers()
public void removeAllBetween(JavaFileObject sourcefile, int startPos, int endPos)
Copyright © 2009-2013 The Project Lombok Authors, licensed under the MIT licence.