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(SAFormalItem formal) throws Exception
formal - The formal item elementAException - If requiredA visitParagraph(SAParagraph paragraph) throws Exception
paragraph - The paragraph elementAException - If requiredCopyright © 2016 <code@io7m.com> http://io7m.com