S - The type of transformed SSectionspublic interface SSectionVisitor<S>
| Modifier and Type | Method and Description |
|---|---|
S |
visitSectionWithParagraphs(SSectionWithParagraphs s)
Visit a section with top-level subsection content.
|
S |
visitSectionWithSubsections(SSectionWithSubsections s)
Visit a section with top-level subsections.
|
S visitSectionWithParagraphs(@Nonnull SSectionWithParagraphs s) throws com.io7m.jaux.Constraints.ConstraintError, Exception
s - The section elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredS visitSectionWithSubsections(@Nonnull SSectionWithSubsections 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