Lombok - v0.11.2

lombok.javac.java7
Class CommentCollectingParserFactory

java.lang.Object
  extended by ParserFactory
      extended by lombok.javac.java7.CommentCollectingParserFactory

public class CommentCollectingParserFactory
extends ParserFactory


Constructor Summary
protected CommentCollectingParserFactory(com.sun.tools.javac.util.Context context, Map<com.sun.tools.javac.tree.JCTree.JCCompilationUnit,List<CommentInfo>> commentsMap)
           
 
Method Summary
 com.sun.tools.javac.parser.Parser 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentCollectingParserFactory

protected CommentCollectingParserFactory(com.sun.tools.javac.util.Context context,
                                         Map<com.sun.tools.javac.tree.JCTree.JCCompilationUnit,List<CommentInfo>> commentsMap)
Method Detail

newParser

public com.sun.tools.javac.parser.Parser newParser(CharSequence input,
                                                   boolean keepDocComments,
                                                   boolean keepEndPos,
                                                   boolean keepLineMap)

setInCompiler

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)

Lombok - v0.11.2

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