| Package | Description |
|---|---|
| com.io7m.jstructural.annotated |
| Modifier and Type | Class and Description |
|---|---|
class |
SASectionNumberPS
A section number consisting of a part, and section.
|
class |
SASectionNumberS
A section number with no other components.
|
| Modifier and Type | Method and Description |
|---|---|
SASectionNumber |
SASectionTitle.getNumber() |
SASectionNumber |
SASection.getNumber() |
| Modifier and Type | Method and Description |
|---|---|
com.io7m.jaux.functional.Option<SASection> |
SAPart.getSection(SASectionNumber n)
The section with the given number.
|
com.io7m.jaux.functional.Option<SASection> |
SADocumentWithSections.getSection(SASectionNumber n) |
com.io7m.jaux.functional.Option<SASection> |
SADocumentWithParts.getSection(SASectionNumber n) |
abstract com.io7m.jaux.functional.Option<SASection> |
SADocument.getSection(SASectionNumber n) |
T |
SASegmentNumberVisitor.visitSectionNumber(SASectionNumber n)
Visit a section number.
|
| Constructor and Description |
|---|
SASection(SASectionNumber in_number,
com.io7m.jaux.functional.Option<String> in_type,
com.io7m.jaux.functional.Option<SAID> in_id,
SASectionTitle in_title,
com.io7m.jaux.functional.Option<SSectionContents> in_contents,
List<SAFootnote> in_footnotes) |
SASectionTitle(SASectionNumber in_number,
String in_actual)
Construct a new section title.
|
SASectionWithParagraphs(SASectionNumber in_number,
com.io7m.jaux.functional.Option<String> in_type,
com.io7m.jaux.functional.Option<SAID> in_id,
SASectionTitle in_title,
com.io7m.jaux.functional.Option<SSectionContents> in_contents,
SNonEmptyList<SASubsectionContent> in_subsections,
List<SAFootnote> in_footnotes)
Construct a new section with top-level subsection content.
|
SASectionWithSubsections(SASectionNumber in_number,
com.io7m.jaux.functional.Option<String> in_type,
com.io7m.jaux.functional.Option<SAID> in_id,
SASectionTitle in_title,
com.io7m.jaux.functional.Option<SSectionContents> in_contents,
SNonEmptyList<SASubsection> in_subsections,
List<SAFootnote> in_footnotes)
Construct a new section with top-level subsections.
|
Copyright © 2014. All rights reserved.