@Immutable public final class SAListOrdered extends Object implements SAListItemContent, SAFootnoteContent, SAParagraphContent, SAFormalItemContent, SATableCellContent
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
<A> A |
footnoteContentAccept(SAFootnoteContentVisitor<A> v)
Accept a footnote content visitor.
|
<A> A |
formalItemContentAccept(SAFormalItemContentVisitor<A> v)
Accept a formal item content visitor.
|
SNonEmptyList<SAListItem> |
getItems() |
com.io7m.jfunctional.OptionType<String> |
getType() |
int |
hashCode() |
<A> A |
listItemContentAccept(SAListItemContentVisitor<A> v)
Accept a list item content visitor.
|
<A> A |
paragraphContentAccept(SAParagraphContentVisitor<A> v)
Accept a paragraph content visitor.
|
<A> A |
tableCellContentAccept(SATableCellContentVisitor<A> v)
Accept a table cell content visitor.
|
public <A> A footnoteContentAccept(SAFootnoteContentVisitor<A> v) throws Exception
SAFootnoteContentfootnoteContentAccept in interface SAFootnoteContentA - The type of values returned by the visitorv - The visitorException - If the visitor raises and Exceptionpublic <A> A formalItemContentAccept(SAFormalItemContentVisitor<A> v) throws Exception
SAFormalItemContentformalItemContentAccept in interface SAFormalItemContentA - The type of values returned by the visitorv - The visitorException - If the visitor raises and Exceptionpublic SNonEmptyList<SAListItem> getItems()
public com.io7m.jfunctional.OptionType<String> getType()
public <A> A listItemContentAccept(SAListItemContentVisitor<A> v) throws Exception
SAListItemContentlistItemContentAccept in interface SAListItemContentA - The type of values returned by the visitorv - The visitorException - If the visitor raises and Exceptionpublic <A> A paragraphContentAccept(SAParagraphContentVisitor<A> v) throws Exception
SAParagraphContentparagraphContentAccept in interface SAParagraphContentA - The type of values returned by the visitorv - The visitorException - If the visitor raises and Exceptionpublic <A> A tableCellContentAccept(SATableCellContentVisitor<A> v) throws Exception
SATableCellContenttableCellContentAccept in interface SATableCellContentA - The type of values returned by the visitorv - The visitorException - If the visitor raises and ExceptionCopyright © 2015 <code@io7m.com> http://io7m.com