@Immutable public final class SFormalItemList extends Object implements SFormalItemContent, SParagraphContent
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
<A> A |
formalItemContentAccept(SFormalItemContentVisitor<A> v)
Accept a formal item content visitor.
|
static SFormalItemList |
formalItemList(String kind)
Construct a formal item list.
|
String |
getKind() |
int |
hashCode() |
<A> A |
paragraphContentAccept(SParagraphContentVisitor<A> v)
Accept a paragraph content visitor.
|
String |
toString() |
@Nonnull public static SFormalItemList formalItemList(@Nonnull String kind) throws com.io7m.jaux.Constraints.ConstraintError
kind - The kind of formal itemscom.io7m.jaux.Constraints.ConstraintError - If any parameter is nullpublic <A> A formalItemContentAccept(@Nonnull SFormalItemContentVisitor<A> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
SFormalItemContentformalItemContentAccept in interface SFormalItemContentA - The type of values returned by the visitorv - The visitorcom.io7m.jaux.Constraints.ConstraintError - If the visitor raises a Constraints.ConstraintErrorException - If the visitor raises and Exceptionpublic <A> A paragraphContentAccept(@Nonnull SParagraphContentVisitor<A> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
SParagraphContentparagraphContentAccept in interface SParagraphContentA - The type of values returned by the visitorv - The visitorcom.io7m.jaux.Constraints.ConstraintError - If the visitor raises a Constraints.ConstraintErrorException - If the visitor raises and ExceptionCopyright © 2014. All rights reserved.