private class AptParser.Section2 extends AptParser.Section
indent, text, textLength, type| Constructor and Description |
|---|
Section2(int indent,
java.lang.String firstLine)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Title_()
End a title.
|
void |
Title()
Start a title.
|
traversegetIndent, getType, skipFromLeftToRightBracket, skipLeadingBullets, skipSpaceFrom, traverseText, traverseTextpublic Section2(int indent,
java.lang.String firstLine)
throws AptParseException
indent - indent.firstLine - the first line.AptParseException - AptParseExceptionpublic void Title()
Title in class AptParser.Sectionpublic void Title_()
Title_ in class AptParser.Section