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(SAFormalItemNumberVisitor<T> v) throws Exception
public abstract String formalItemNumberFormat()
public abstract int getFormalItem()
public final <T> T subsectionContentNumberAccept(SASubsectionContentNumberVisitor<T> v) throws Exception
SASubsectionContentNumbersubsectionContentNumberAccept in interface SASubsectionContentNumberT - The type of values returned by the visitorv - The visitorException - If the visitor raises an ExceptionCopyright © 2015 <code@io7m.com> http://io7m.com