Class CommentsCollection


  • public class CommentsCollection
    extends java.lang.Object
    The comments contained in a certain parsed piece of source code.
    • Field Detail

      • comments

        private final java.util.TreeSet<Comment> comments
    • Constructor Detail

      • CommentsCollection

        public CommentsCollection()
      • CommentsCollection

        public CommentsCollection​(java.util.Collection<Comment> commentsToCopy)