C - The type of transformed SSubsectionContentpublic interface SSubsectionContentVisitor<C>
| Modifier and Type | Method and Description |
|---|---|
C |
visitFormalItem(SFormalItem formal)
Visit a formal item.
|
C |
visitParagraph(SParagraph paragraph)
Visit a paragraph.
|
C visitFormalItem(@Nonnull SFormalItem formal) throws com.io7m.jaux.Constraints.ConstraintError, Exception
formal - The formal item elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredC visitParagraph(@Nonnull SParagraph paragraph) throws com.io7m.jaux.Constraints.ConstraintError, Exception
paragraph - The paragraph elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredCopyright © 2014. All rights reserved.