Class StringTableSection
- java.lang.Object
-
- org.stianloader.micromixin.transform.internal.util.commenttable.StringTableSection
-
- All Implemented Interfaces:
CommentTableSection
public class StringTableSection extends java.lang.Object implements CommentTableSection
-
-
Constructor Summary
Constructors Constructor Description StringTableSection(java.util.List<java.lang.String> lines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getLines()intgetPreferedWidth()
-
-
-
Method Detail
-
getPreferedWidth
public int getPreferedWidth()
- Specified by:
getPreferedWidthin interfaceCommentTableSection
-
getLines
@NotNull public java.util.List<java.lang.String> getLines()
- Specified by:
getLinesin interfaceCommentTableSection
-
-