private class AptParser.Verbatim extends AptParser.Block
| Modifier and Type | Field and Description |
|---|---|
private boolean |
boxed
boxed.
|
indent, text, textLength, type| Constructor and Description |
|---|
Verbatim(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 Verbatim(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.