public interface CodeSection
AbstractCodeWriter section values.| Modifier and Type | Method and Description |
|---|---|
static CodeSection |
forName(java.lang.String sectionName)
Creates a CodeSection that returns the given
sectionName. |
default java.lang.String |
sectionName()
Gets the name of the section.
|
default java.lang.String sectionName()
This class will return the canonical class of the implementing class by default.
static CodeSection forName(java.lang.String sectionName)
sectionName.sectionName - Section name to provide when sectionName is called on the created CodeSection.