A - The type of values returned by the visitor.public interface SASubsectionContentVisitor<A>
| Modifier and Type | Method and Description |
|---|---|
A |
visitFormalItem(SAFormalItem formal)
Visit a formal item.
|
A |
visitParagraph(SAParagraph paragraph)
Visit a paragraph.
|
A visitFormalItem(@Nonnull SAFormalItem formal) throws com.io7m.jaux.Constraints.ConstraintError, Exception
formal - The formal item elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitParagraph(@Nonnull SAParagraph paragraph) throws com.io7m.jaux.Constraints.ConstraintError, Exception
paragraph - The paragraph elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredCopyright © 2014 <code@io7m.com> http://io7m.com