@Immutable public final class SATable extends Object implements SAFormalItemContent, SAParagraphContent
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
<A> A |
formalItemContentAccept(SAFormalItemContentVisitor<A> v)
Accept a formal item content visitor.
|
SATableBody |
getBody() |
com.io7m.jfunctional.OptionType<SATableHead> |
getHeader() |
SATableSummary |
getSummary() |
int |
hashCode() |
<A> A |
paragraphContentAccept(SAParagraphContentVisitor<A> v)
Accept a paragraph content visitor.
|
public <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 SATableBody getBody()
public com.io7m.jfunctional.OptionType<SATableHead> getHeader()
public SATableSummary getSummary()
public <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 ExceptionCopyright © 2015 <code@io7m.com> http://io7m.com