Class CodeBlockElement

    • Constructor Detail

      • CodeBlockElement

        public CodeBlockElement​(int start,
                                int end)
        Create a new Code Block element.
        Parameters:
        start - start index
        end - end index
    • Method Detail

      • getElementName

        public java.lang.String getElementName()
        Description copied from interface: NamedElement
        Returns the root element name.
        Returns:
        the element name.