Class AptParser.Verbatim
- java.lang.Object
-
- org.apache.maven.doxia.module.apt.AptParser.Block
-
- org.apache.maven.doxia.module.apt.AptParser.Verbatim
-
- Enclosing class:
- AptParser
private class AptParser.Verbatim extends AptParser.Block
A Verbatim Block.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanboxedboxed.-
Fields inherited from class org.apache.maven.doxia.module.apt.AptParser.Block
indent, text, textLength, type
-
-
Constructor Summary
Constructors Constructor Description Verbatim(int indent, java.lang.String firstLine)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtraverse()Parse the block.-
Methods inherited from class org.apache.maven.doxia.module.apt.AptParser.Block
getIndent, getType, skipFromLeftToRightBracket, skipLeadingBullets, skipSpaceFrom, traverseText, traverseText
-
-
-
-
Constructor Detail
-
Verbatim
Verbatim(int indent, java.lang.String firstLine) throws AptParseExceptionConstructor.- Parameters:
indent- indent.firstLine- the first line.- Throws:
AptParseException- AptParseException
-
-
Method Detail
-
traverse
public void traverse() throws AptParseExceptionParse the block.- Specified by:
traversein classAptParser.Block- Throws:
AptParseException- if something goes wrong.
-
-