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