Class UserClassInfo.CommentLineData

  • Enclosing class:
    UserClassInfo

    public class UserClassInfo.CommentLineData
    extends java.lang.Object
    Holds the data of a line of a comment or sub comment.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String bare
      The node's bare comment (should be never null after processing)
      java.lang.String debug
      The node's debug comment (null if none, or starts with " //")
    • Constructor Summary

      Constructors 
      Constructor Description
      CommentLineData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bare

        public java.lang.String bare
        The node's bare comment (should be never null after processing)
      • debug

        public java.lang.String debug
        The node's debug comment (null if none, or starts with " //")
    • Constructor Detail

      • CommentLineData

        public CommentLineData()