private class AptParser.Paragraph extends AptParser.Block
indent, text, textLength, type
Constructor and Description |
---|
Paragraph(int indent,
java.lang.String firstLine)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
traverse()
Parse the block.
|
getIndent, getType, skipFromLeftToRightBracket, skipLeadingBullets, skipSpaceFrom, traverseText, traverseText
Paragraph(int indent, java.lang.String firstLine) throws AptParseException
indent
- indent.firstLine
- the first line.AptParseException
- AptParseExceptionpublic void traverse() throws AptParseException
traverse
in class AptParser.Block
AptParseException
- if something goes wrong.