Lombok - v0.11.2

lombok.javac
Class CommentCatcher

java.lang.Object
  extended by lombok.javac.CommentCatcher

public class CommentCatcher
extends Object


Method Summary
static CommentCatcher create(com.sun.tools.javac.util.Context context)
           
 com.sun.tools.javac.util.List<CommentInfo> getComments(com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast)
           
 com.sun.tools.javac.main.JavaCompiler getCompiler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static CommentCatcher create(com.sun.tools.javac.util.Context context)

getCompiler

public com.sun.tools.javac.main.JavaCompiler getCompiler()

getComments

public com.sun.tools.javac.util.List<CommentInfo> getComments(com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast)

Lombok - v0.11.2

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