public class CommentCollectingParserFactory
extends com.sun.tools.javac.parser.Parser.Factory
| Modifier | Constructor and Description |
|---|---|
protected |
CommentCollectingParserFactory(com.sun.tools.javac.util.Context context,
Map<com.sun.tools.javac.tree.JCTree.JCCompilationUnit,com.sun.tools.javac.util.List<CommentInfo>> commentsMap) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.tools.javac.parser.Parser |
newParser(com.sun.tools.javac.parser.Lexer S,
boolean keepDocComments,
boolean genEndPos) |
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,com.sun.tools.javac.util.List<CommentInfo>> commentsMap) |
protected CommentCollectingParserFactory(com.sun.tools.javac.util.Context context,
Map<com.sun.tools.javac.tree.JCTree.JCCompilationUnit,com.sun.tools.javac.util.List<CommentInfo>> commentsMap)
public com.sun.tools.javac.parser.Parser newParser(com.sun.tools.javac.parser.Lexer S,
boolean keepDocComments,
boolean genEndPos)
newParser in class com.sun.tools.javac.parser.Parser.Factorypublic 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,com.sun.tools.javac.util.List<CommentInfo>> commentsMap)
Copyright © 2011 The Project Lombok Authors, licensed under the MIT licence.