Class CommentTable
- java.lang.Object
-
- org.stianloader.micromixin.transform.internal.util.commenttable.CommentTable
-
public class CommentTable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommentTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentTableaddSection(CommentTableSection sect)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-