-
Enhancement
-
Resolution: Fixed
-
P3
-
8
-
b45
-
generic
-
generic
-
Not verified
JCCompilationUnit currently contains
public Map<JCTree, String> docComments = null;
It would be better if the Map were encapsulated within a new DocCommentTable class, providing access to Tokens.Comment and/or DocTree representations of the doc comments.
public Map<JCTree, String> docComments = null;
It would be better if the Map were encapsulated within a new DocCommentTable class, providing access to Tokens.Comment and/or DocTree representations of the doc comments.