Record Class Tab
java.lang.Object
java.lang.Record
pro.verron.asciidoc.core.Tab
- All Implemented Interfaces:
Inline
-
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.text()Returns the text of the inline fragment.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Tab
public Tab()Creates an instance of aTabrecord class.
-
-
Method Details
-
text
-
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.
-