Class UserClassInfo.CommentLineData

java.lang.Object
EDU.purdue.jtb.common.UserClassInfo.CommentLineData
Enclosing class:
UserClassInfo

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

    • bare

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

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

    • CommentLineData

      public CommentLineData()