public final class SAParagraph extends Object implements SASubsectionContent, SAIDTargetContent
| Constructor and Description |
|---|
SAParagraph(SAParagraphNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
SNonEmptyList<SAParagraphContent> in_content,
com.io7m.jfunctional.OptionType<SAID> in_id)
Construct a new paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SNonEmptyList<SAParagraphContent> |
getContent() |
com.io7m.jfunctional.OptionType<SAID> |
getID() |
SAParagraphNumber |
getNumber() |
com.io7m.jfunctional.OptionType<String> |
getType() |
int |
hashCode() |
<A> A |
subsectionContentAccept(SASubsectionContentVisitor<A> v)
Accept a section content visitor.
|
<T> T |
targetContentAccept(SAIDTargetContentVisitor<T> v)
Accept an ID target content visitor.
|
String |
toString() |
public SAParagraph(SAParagraphNumber in_number, com.io7m.jfunctional.OptionType<String> in_type, SNonEmptyList<SAParagraphContent> in_content, com.io7m.jfunctional.OptionType<SAID> in_id)
in_number - The paragraph numberin_type - The type attributein_id - The IDin_content - The paragraph content.public SNonEmptyList<SAParagraphContent> getContent()
public com.io7m.jfunctional.OptionType<SAID> getID()
public SAParagraphNumber getNumber()
public com.io7m.jfunctional.OptionType<String> getType()
public <A> A subsectionContentAccept(SASubsectionContentVisitor<A> v) throws Exception
SASubsectionContentsubsectionContentAccept in interface SASubsectionContentA - The type of values returned by the visitorv - The visitorException - If the visitor raises and Exceptionpublic <T> T targetContentAccept(SAIDTargetContentVisitor<T> v) throws Exception
SAIDTargetContenttargetContentAccept in interface SAIDTargetContentT - The type of values returned by the visitorv - The visitorException - If the visitor raises and ExceptionCopyright © 2015 <code@io7m.com> http://io7m.com