public class CommentCatcher extends Object
| Modifier and Type | Method and Description |
|---|---|
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() |
public static CommentCatcher create(com.sun.tools.javac.util.Context context)
public com.sun.tools.javac.main.JavaCompiler getCompiler()
public com.sun.tools.javac.util.List<CommentInfo> getComments(com.sun.tools.javac.tree.JCTree.JCCompilationUnit ast)
Copyright © 2011 The Project Lombok Authors, licensed under the MIT licence.