Class ContextLineInfo


  • public class ContextLineInfo
    extends Object
    An entity class representing 1 line of context {line number, line text} of the source file where a comment was written.
    • Field Detail

      • lineNumber

        public int lineNumber
      • contextLine

        public String contextLine
    • Constructor Detail

      • ContextLineInfo

        public ContextLineInfo()
      • ContextLineInfo

        public ContextLineInfo​(int lineNumber,
                               String contextLine)