public abstract class SAFormalItemNumber extends Object implements Comparable<SAFormalItemNumber>, SASubsectionContentNumber
| Constructor and Description |
|---|
SAFormalItemNumber() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
formalItemNumberAccept(SAFormalItemNumberVisitor<T> v)
Accept a formal item number visitor.
|
abstract String |
formalItemNumberFormat() |
abstract int |
getFormalItem() |
<T> T |
subsectionContentNumberAccept(SASubsectionContentNumberVisitor<T> v)
Accept a subsection content number visitor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic abstract <T> T formalItemNumberAccept(@Nonnull SAFormalItemNumberVisitor<T> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
public abstract String formalItemNumberFormat()
public abstract int getFormalItem()
public final <T> T subsectionContentNumberAccept(@Nonnull SASubsectionContentNumberVisitor<T> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
SASubsectionContentNumbersubsectionContentNumberAccept in interface SASubsectionContentNumberT - The type of values returned by the visitorv - The visitorcom.io7m.jaux.Constraints.ConstraintError - If the visitor raises Constraints.ConstraintErrorException - If the visitor raises an ExceptionCopyright © 2014. All rights reserved.