T - The type of transformed section numberspublic interface SASectionNumberVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
visitSectionNumberWithoutPart(SASectionNumberS p)
Visit a section number without a part.
|
T |
visitSectionNumberWithPart(SASectionNumberPS p)
Visit a section number with a part.
|
T visitSectionNumberWithoutPart(@Nonnull SASectionNumberS p) throws com.io7m.jaux.Constraints.ConstraintError, Exception
p - The numberTcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredT visitSectionNumberWithPart(@Nonnull SASectionNumberPS p) throws com.io7m.jaux.Constraints.ConstraintError, Exception
p - The numberTcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredCopyright © 2014. All rights reserved.