Class Comment

    • Constructor Detail

      • Comment

        protected Comment​(Token t)
    • Method Detail

      • getFilteredComment

        public String getFilteredComment()
        Filters the comment by removing the leading comment marker (like *) of each line as well as the start markers (//, /* or /** and the end markers (*/). Also leading and trailing empty lines are removed.
        Returns:
        the filtered comment