A - The type of values returned by the visitorpublic interface SASectionVisitor<A>
| Modifier and Type | Method and Description |
|---|---|
A |
visitSectionWithParagraphs(SASectionWithParagraphs s)
Visit a section with top-level paragraphs.
|
A |
visitSectionWithSubsections(SASectionWithSubsections s)
Visit a section with top-level subsections.
|
A visitSectionWithParagraphs(@Nonnull SASectionWithParagraphs s) throws com.io7m.jaux.Constraints.ConstraintError, Exception
s - The section elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitSectionWithSubsections(@Nonnull SASectionWithSubsections s) throws com.io7m.jaux.Constraints.ConstraintError, Exception
s - The section elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredCopyright © 2014 <code@io7m.com> http://io7m.com