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