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(@Nonnull SAFormalItemNumber n) throws com.io7m.jaux.Constraints.ConstraintError, Exception
n - The formal item number elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredT visitParagraphNumber(@Nonnull SAParagraphNumber n) throws com.io7m.jaux.Constraints.ConstraintError, Exception
n - The paragraph number elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredCopyright © 2014. All rights reserved.