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