public class CommentCollectingParserFactory
extends ParserFactory
| Modifier | Constructor and Description |
|---|---|
protected |
CommentCollectingParserFactory(com.sun.tools.javac.util.Context context,
Map<com.sun.tools.javac.tree.JCTree.JCCompilationUnit,List<CommentInfo>> commentsMap) |
| Modifier and Type | Method and Description |
|---|---|
JavacParser |
newParser(CharSequence input,
boolean keepDocComments,
boolean keepEndPos,
boolean keepLineMap) |
static void |
setInCompiler(com.sun.tools.javac.main.JavaCompiler compiler,
com.sun.tools.javac.util.Context context,
Map<com.sun.tools.javac.tree.JCTree.JCCompilationUnit,List<CommentInfo>> commentsMap) |
protected CommentCollectingParserFactory(com.sun.tools.javac.util.Context context,
Map<com.sun.tools.javac.tree.JCTree.JCCompilationUnit,List<CommentInfo>> commentsMap)
public JavacParser newParser(CharSequence input, boolean keepDocComments, boolean keepEndPos, boolean keepLineMap)
public static void setInCompiler(com.sun.tools.javac.main.JavaCompiler compiler,
com.sun.tools.javac.util.Context context,
Map<com.sun.tools.javac.tree.JCTree.JCCompilationUnit,List<CommentInfo>> commentsMap)
Copyright © 2011 The Project Lombok Authors, licensed under the MIT licence.