Class EndSection
- java.lang.Object
-
- org.stianloader.micromixin.transform.internal.util.smap.AbstractSMAPSection
-
- org.stianloader.micromixin.transform.internal.util.smap.EndSection
-
public final class EndSection extends AbstractSMAPSection
-
-
Field Summary
Fields Modifier and Type Field Description static EndSectionINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderpushContents(java.lang.StringBuilder sharedBuilder)-
Methods inherited from class org.stianloader.micromixin.transform.internal.util.smap.AbstractSMAPSection
toString
-
-
-
-
Field Detail
-
INSTANCE
@NotNull public static final EndSection INSTANCE
-
-
Method Detail
-
pushContents
@NotNull @Contract(mutates="param1", pure=false, value="!null -> param1; null -> fail") public java.lang.StringBuilder pushContents(@NotNull java.lang.StringBuilder sharedBuilder)- Specified by:
pushContentsin classAbstractSMAPSection
-
-