public abstract class SAParagraphNumber extends Object implements Comparable<SAParagraphNumber>, SASubsectionContentNumber
| Constructor and Description |
|---|
SAParagraphNumber() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getParagraph() |
abstract <T> T |
paragraphNumberAccept(SAParagraphNumberVisitor<T> v)
Accept a paragraph number visitor.
|
abstract String |
paragraphNumberFormat() |
<T> T |
subsectionContentNumberAccept(SASubsectionContentNumberVisitor<T> v)
Accept a subsection content number visitor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic abstract int getParagraph()
public abstract <T> T paragraphNumberAccept(SAParagraphNumberVisitor<T> v) throws Exception
public abstract String paragraphNumberFormat()
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 © 2014 <code@io7m.com> http://io7m.com