Searched defs:AptJavaCompiler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/main/
H A DAptJavaCompiler.java54 public class AptJavaCompiler extends com.sun.tools.javac.main.JavaCompiler { class in inherits:com.sun.tools.javac.main.JavaCompiler
56 protected static final Context.Key<AptJavaCompiler> compilerKey =
57 new Context.Key<AptJavaCompiler>();
60 public static AptJavaCompiler instance(Context context) {
61 AptJavaCompiler instance = context.get(compilerKey);
63 instance = new AptJavaCompiler(context);
110 public AptJavaCompiler(Context context) { method in class:AptJavaCompiler

Completed in 23 milliseconds