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.jaux.functional.Option<SATableHead> |
getHeader() |
SATableSummary |
getSummary() |
int |
hashCode() |
<A> A |
paragraphContentAccept(SAParagraphContentVisitor<A> v)
Accept a paragraph content visitor.
|
public <A> A formalItemContentAccept(@Nonnull SAFormalItemContentVisitor<A> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
SAFormalItemContentformalItemContentAccept in interface SAFormalItemContentA - The type of values returned by the visitorv - The visitorcom.io7m.jaux.Constraints.ConstraintError - If the visitor raises a Constraints.ConstraintErrorException - If the visitor raises and Exception@Nonnull public SATableBody getBody()
@Nonnull public com.io7m.jaux.functional.Option<SATableHead> getHeader()
@Nonnull public SATableSummary getSummary()
public <A> A paragraphContentAccept(@Nonnull SAParagraphContentVisitor<A> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
SAParagraphContentparagraphContentAccept in interface SAParagraphContentA - The type of values returned by the visitorv - The visitorcom.io7m.jaux.Constraints.ConstraintError - If the visitor raises a Constraints.ConstraintErrorException - If the visitor raises and ExceptionCopyright © 2014. All rights reserved.