Record Class Paragraph
java.lang.Object
java.lang.Record
pro.verron.asciidoc.core.Paragraph
- Record Components:
header- AsciiDoc block headers containing optional informationinlines- inline fragments
- All Implemented Interfaces:
Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.header()Returns the value of theheaderrecord component.inlines()Returns the value of theinlinesrecord component.intsize()Returns the content size of this block.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Paragraph
-
Paragraph
-
-
Method Details
-
size
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
header
-
inlines
-