Record Class MacroInline
java.lang.Object
java.lang.Record
pro.verron.asciidoc.core.MacroInline
- Record Components:
name- the macro nameid- an identifier for the macrolist- content strings
- All Implemented Interfaces:
Inline
-
Constructor Summary
ConstructorsConstructorDescriptionMacroInline(String name, String id, List<String> list) Creates an instance of aMacroInlinerecord class. -
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.id()Returns the value of theidrecord component.list()Returns the value of thelistrecord component.name()Returns the value of thenamerecord component.text()Returns the text of the inline fragment.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MacroInline
-
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
name
-
id
-
list
-