public abstract class LombokOptions
extends com.sun.tools.javac.util.Options
| Modifier | Constructor and Description |
|---|---|
protected |
LombokOptions(com.sun.tools.javac.util.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteLombokAnnotations() |
lombok.delombok.FormatPreferences |
getFormatPreferences() |
boolean |
isChanged(com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast) |
static void |
markChanged(com.sun.tools.javac.util.Context context,
com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast) |
abstract void |
putJavacOption(String optionName,
String value) |
void |
setFormatPreferences(lombok.delombok.FormatPreferences formatPreferences) |
static boolean |
shouldDeleteLombokAnnotations(com.sun.tools.javac.util.Context context) |
public boolean isChanged(com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast)
public void setFormatPreferences(lombok.delombok.FormatPreferences formatPreferences)
public lombok.delombok.FormatPreferences getFormatPreferences()
public static void markChanged(com.sun.tools.javac.util.Context context,
com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast)
public static boolean shouldDeleteLombokAnnotations(com.sun.tools.javac.util.Context context)
public void deleteLombokAnnotations()
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.