Class CommentTable


  • public class CommentTable
    extends java.lang.Object
    • Constructor Detail

      • CommentTable

        public CommentTable()
    • Method Detail

      • addSection

        @NotNull
        @Contract(mutates="this",
                  pure=false,
                  value="null -> fail; !null -> this")
        public CommentTable addSection​(@NotNull
                                       CommentTableSection sect)
      • toString

        @NotNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object