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 |
|---|---|
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) |
static boolean |
shouldDeleteLombokAnnotations(com.sun.tools.javac.util.Context context) |
public boolean isChanged(com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast)
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)
Copyright © 2009-2013 The Project Lombok Authors, licensed under the MIT licence.