Class Comments

    • Constructor Detail

      • Comments

        public Comments​(com.google.common.collect.ListMultimap<Integer,​Token> comments)
    • Method Detail

      • getLinesOfComment

        public SortedSet<Integer> getLinesOfComment()
        Get the sorted list of lines containing at least a comment
      • size

        public int size()
        Return the number of comment tokens
      • hasCommentTokensAtLine

        public boolean hasCommentTokensAtLine​(int line)
        Parameters:
        line - the line where we expect to find some comment tokens
        Returns:
        true if there is at least one comment token at provided line
      • getCommentTokensAtLine

        public List<Token> getCommentTokensAtLine​(int line)
        Parameters:
        line - the line where we expect to find some comment tokens
        Returns:
        the list of comment tokens on this line
      • isBlank

        public boolean isBlank​(String commentValue)
        Parameters:
        commentValue - the value of the comment
        Returns:
        true if the value is considered to be a blank comment