T - The type of values returned by the visitorpublic interface SAIDTargetContentVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
visitParagraph(SAParagraph paragraph)
Visit a paragraph element.
|
T |
visitPart(SAPart part)
Visit a part element.
|
T |
visitSection(SASection section)
Visit a section element.
|
T |
visitSubsection(SASubsection subsection)
Visit a subsection element.
|
T visitParagraph(@Nonnull SAParagraph paragraph) throws com.io7m.jaux.Constraints.ConstraintError, Exception
paragraph - The paragraph elementTcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredT visitPart(@Nonnull SAPart part) throws com.io7m.jaux.Constraints.ConstraintError, Exception
part - The part elementTcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredT visitSection(@Nonnull SASection section) throws com.io7m.jaux.Constraints.ConstraintError, Exception
section - The section elementTcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredT visitSubsection(@Nonnull SASubsection subsection) throws com.io7m.jaux.Constraints.ConstraintError, Exception
subsection - The subsection elementTcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredCopyright © 2014 <code@io7m.com> http://io7m.com