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