Lombok - v0.10.8

lombok.javac
Class LombokOptions

java.lang.Object
  extended by com.sun.tools.javac.util.Options
      extended by lombok.javac.LombokOptions

public class LombokOptions
extends com.sun.tools.javac.util.Options


Field Summary
 
Fields inherited from class com.sun.tools.javac.util.Options
optionsKey
 
Method Summary
 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)
           
static LombokOptions replaceWithDelombokOptions(com.sun.tools.javac.util.Context context)
           
static boolean shouldDeleteLombokAnnotations(com.sun.tools.javac.util.Context context)
           
 
Methods inherited from class com.sun.tools.javac.util.Options
get, get, instance, keySet, lint, put, put, putAll, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

replaceWithDelombokOptions

public static LombokOptions replaceWithDelombokOptions(com.sun.tools.javac.util.Context context)

isChanged

public boolean isChanged(com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast)

markChanged

public static void markChanged(com.sun.tools.javac.util.Context context,
                               com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast)

shouldDeleteLombokAnnotations

public static boolean shouldDeleteLombokAnnotations(com.sun.tools.javac.util.Context context)

Lombok - v0.10.8

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.