Interface CodeSection

    • Method Detail

      • sectionName

        default java.lang.String sectionName()
        Gets the name of the section.

        This class will return the canonical class of the implementing class by default.

        Returns:
        Returns the section name.
      • forName

        static CodeSection forName​(java.lang.String sectionName)
        Creates a CodeSection that returns the given sectionName.
        Parameters:
        sectionName - Section name to provide when sectionName is called on the created CodeSection.
        Returns:
        Returns CodeSection that uses the provided name.