A - The type of values returned by the visitorpublic interface SFormalItemContentVisitor<A>
| Modifier and Type | Method and Description |
|---|---|
A |
visitFormalItemList(SFormalItemList list)
Visit a formal item list element.
|
A |
visitImage(SImage image)
Visit an image element.
|
A |
visitListOrdered(SListOrdered list)
Visit an ordered list element.
|
A |
visitListUnordered(SListUnordered list)
Visit an unordered list element.
|
A |
visitTable(STable e)
Visit a table element.
|
A |
visitVerbatim(SVerbatim text)
Visit a verbatim element.
|
A visitFormalItemList(SFormalItemList list) throws Exception
list - The formal item list elementAException - If requiredA visitImage(SImage image) throws Exception
image - The image elementAException - If requiredA visitListOrdered(SListOrdered list) throws Exception
list - The list elementAException - If requiredA visitListUnordered(SListUnordered list) throws Exception
list - The list elementAException - If requiredA visitTable(STable e) throws Exception
e - The table elementAException - If requiredCopyright © 2015 <code@io7m.com> http://io7m.com