T - The type of values returned by the visitor.public interface SASubsectionContentNumberVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
visitFormalItemNumber(SAFormalItemNumber n)
Visit a formal item number.
|
T |
visitParagraphNumber(SAParagraphNumber n)
Visit a paragraph number.
|
T visitFormalItemNumber(SAFormalItemNumber n) throws Exception
n - The formal item number elementAException - If requiredT visitParagraphNumber(SAParagraphNumber n) throws Exception
n - The paragraph number elementAException - If requiredCopyright © 2015 <code@io7m.com> http://io7m.com