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, traverseText
public Comment(java.lang.String line) throws AptParseException
line
- the comment line.AptParseException
- AptParseExceptionpublic void traverse() throws AptParseException
traverse
in class AptParser.Block
AptParseException
- if something goes wrong.